Skip to content

Commit

Permalink
some comments in generated app
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea@SONGOKU authored and andrea@SONGOKU committed Oct 19, 2010
1 parent 88694f5 commit eb3de9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/scaffolding/templates/application.ftt
Expand Up @@ -6,4 +6,4 @@ include Freightrain
Freightrain.app_path = File.join(File.dirname(__FILE__), "lib")

Freightrain.toolkit = :gtk
Freightrain.start(:$NAME)
Freightrain.start(:$NAME) #shows $NAME_view
2 changes: 1 addition & 1 deletion lib/scaffolding/templates/view_toplevel.ftt
@@ -1,6 +1,6 @@

class $NAMEView < FreightView

signal :quit, :forwards => "$TOPLEVEL.destroy"
signal :quit, :forwards => "$TOPLEVEL_window.destroy"

end
2 changes: 1 addition & 1 deletion lib/scaffolding/templates/view_toplevel_glade.ftt
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<interface>
<requires lib="gtk+" version="2.16"/>
<object class="GtkWindow" id="$NAME">
<object class="GtkWindow" id="$NAME_window">
<property name="width_request">600</property>
<property name="height_request">400</property>
<property name="visible">True</property>
Expand Down

0 comments on commit eb3de9e

Please sign in to comment.