gnome-terminal r2610 - trunk/src



Author: chpe
Date: Thu May 29 19:38:24 2008
New Revision: 2610
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2610&view=rev

Log:
No need to set the default size both in code and in the UI file.


Modified:
   trunk/src/terminal-app.c

Modified: trunk/src/terminal-app.c
==============================================================================
--- trunk/src/terminal-app.c	(original)
+++ trunk/src/terminal-app.c	Thu May 29 19:38:24 2008
@@ -1383,8 +1383,6 @@
   gtk_window_set_transient_for (GTK_WINDOW (app->manage_profiles_dialog),
                                 transient_parent);
 
-  gtk_window_set_default_size (GTK_WINDOW (app->manage_profiles_dialog), 450, 300);
-
   gtk_window_present (GTK_WINDOW (app->manage_profiles_dialog));
 
   g_object_unref (builder);



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