Update of /cvsroot/audacity/lib-src/FileDialog/gtk
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv3918

Modified Files:
        FileDialog.hpp 
Log Message:

Expand dialog for all (and only) SAVE type dialogs whether the extra
button is used or not.



Index: FileDialog.hpp
===================================================================
RCS file: /cvsroot/audacity/lib-src/FileDialog/gtk/FileDialog.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- FileDialog.hpp      11 Apr 2007 00:05:54 -0000      1.3
+++ FileDialog.hpp      11 Apr 2007 01:33:22 -0000      1.4
@@ -237,6 +237,7 @@
             if (!gtk_check_version(2,7,3))
                 
gtk_file_chooser_set_do_overwrite_confirmation(GTK_FILE_CHOOSER(m_widget), 
TRUE);
 #endif
+            gtk_container_forall(GTK_CONTAINER(m_widget), SetExpanded, NULL);
         }
         else
         {
@@ -296,8 +297,6 @@
         gtk_file_chooser_set_extra_widget(GTK_FILE_CHOOSER(m_widget), widget);
         g_signal_connect(G_OBJECT(widget), "clicked",
             GTK_SIGNAL_FUNC(gtk_filedialog_extra_callback), (gpointer)this);
-
-        gtk_container_forall(GTK_CONTAINER(m_widget), SetExpanded, NULL);
     }
 
 #if defined(__WXGTK24__) && (!defined(__WXGPE__))


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to