[gnome-terminal] Revert "Don't apply the default size"



commit 732b59d853c6fc9904ff837a4663093c81da4b4d
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon Mar 15 17:06:01 2010 -0400

    Revert "Don't apply the default size"
    
    This reverts commit 500c2dfced7e161a02eca5d7a26f4690b3443bec.
    
    Going to fix it properly now.

 src/profile-preferences.glade |    2 +-
 src/terminal-screen.c         |    2 --
 2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/profile-preferences.glade b/src/profile-preferences.glade
index d90b534..61af195 100644
--- a/src/profile-preferences.glade
+++ b/src/profile-preferences.glade
@@ -404,7 +404,7 @@ Underline</property>
 
 	      <child>
 		<widget class="GtkHBox" id="hbox141">
-		  <property name="visible">False</property>
+		  <property name="visible">True</property>
 		  <property name="homogeneous">False</property>
 		  <property name="spacing">12</property>
 
diff --git a/src/terminal-screen.c b/src/terminal-screen.c
index 7a268da..060aa29 100644
--- a/src/terminal-screen.c
+++ b/src/terminal-screen.c
@@ -738,11 +738,9 @@ terminal_screen_new (TerminalProfile *profile,
 
   terminal_screen_set_profile (screen, profile);
 
-#if 0
   vte_terminal_set_size (VTE_TERMINAL (screen),
 			 terminal_profile_get_property_int (profile, TERMINAL_PROFILE_DEFAULT_SIZE_COLUMNS),
 			 terminal_profile_get_property_int (profile, TERMINAL_PROFILE_DEFAULT_SIZE_ROWS));
-#endif
 
   if (title)
     terminal_screen_set_override_title (screen, title);



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