seed r556 - trunk/doc/tutorial-standalone



Author: hortont
Date: Wed Dec 24 01:41:25 2008
New Revision: 556
URL: http://svn.gnome.org/viewvc/seed?rev=556&view=rev

Log:
Keep tab.


Modified:
   trunk/doc/tutorial-standalone/2.js

Modified: trunk/doc/tutorial-standalone/2.js
==============================================================================
--- trunk/doc/tutorial-standalone/2.js	(original)
+++ trunk/doc/tutorial-standalone/2.js	Wed Dec 24 01:41:25 2008
@@ -72,7 +72,10 @@
 
 window = new Gtk.Window({title: "Browser"});
 window.signal.hide.connect(function () { Gtk.main_quit() });
-window.add(new BrowserTab());
+
+var tab = new BrowserTab();
+window.add(tab);
+
 window.show_all();
 
 Gtk.main();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]