paperbox r254 - in trunk: . src



Author: markoa
Date: Sun Feb  1 16:46:52 2009
New Revision: 254
URL: http://svn.gnome.org/viewvc/paperbox?rev=254&view=rev

Log:
Got rid of a bogus show_all_children_call()

Modified:
   trunk/ChangeLog
   trunk/autogen.sh
   trunk/src/main-window.cc

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Sun Feb  1 16:46:52 2009
@@ -16,7 +16,7 @@
 }
 
 which gnome-autogen.sh || {
-    echo "You need to install gnome-common from the GNOME SVN"
+    echo "Please install gnome-common package."
     exit 1
 }
 REQUIRED_AUTOMAKE_VERSION=1.9 REQUIRED_INTLTOOL_VERSION=0.35 . gnome-autogen.sh

Modified: trunk/src/main-window.cc
==============================================================================
--- trunk/src/main-window.cc	(original)
+++ trunk/src/main-window.cc	Sun Feb  1 16:46:52 2009
@@ -572,10 +572,6 @@
 
         for ( ; it != end; ++it)
             model_->add_tag(*it);
-
-        show_all_children();
-        if (in_retrieval_)
-            hide_widgets_in_retrieval();
     }
 
     void



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