r17028 - gnucash/trunk/src/gnome-utils/glade - Remove initial visibility of transfer dialog to avoid flickering.

Andreas Köhler andi5 at cvs.gnucash.org
Tue Mar 11 17:49:48 EDT 2008


Author: andi5
Date: 2008-03-11 17:49:48 -0400 (Tue, 11 Mar 2008)
New Revision: 17028
Trac: http://svn.gnucash.org/trac/changeset/17028

Modified:
   gnucash/trunk/src/gnome-utils/glade/transfer.glade
Log:
Remove initial visibility of transfer dialog to avoid flickering.

gtk_widget_show_all() is called on that widget in the only accessing
function anyway.


Modified: gnucash/trunk/src/gnome-utils/glade/transfer.glade
===================================================================
--- gnucash/trunk/src/gnome-utils/glade/transfer.glade	2008-03-11 20:41:15 UTC (rev 17027)
+++ gnucash/trunk/src/gnome-utils/glade/transfer.glade	2008-03-11 21:49:48 UTC (rev 17028)
@@ -5,7 +5,6 @@
 
 <widget class="GtkDialog" id="Transfer Dialog">
   <property name="border_width">5</property>
-  <property name="visible">True</property>
   <property name="title" translatable="yes">Transfer Funds</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>



More information about the gnucash-changes mailing list