gnome-terminal r2566 - branches/gnome-2-22/src
- From: chpe svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: gnome-terminal r2566 - branches/gnome-2-22/src
 
- Date: Fri, 23 May 2008 22:02:46 +0000 (UTC)
 
Author: chpe
Date: Fri May 23 22:02:46 2008
New Revision: 2566
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2566&view=rev
Log:
	* src/terminal-window.c: (notebook_page_added_callback): Fix menubar
	visibility in newly created windows from DND. Bug #528915, patch by
	GÃbor Szeder.
Modified:
   branches/gnome-2-22/src/terminal-window.c
Modified: branches/gnome-2-22/src/terminal-window.c
==============================================================================
--- branches/gnome-2-22/src/terminal-window.c	(original)
+++ branches/gnome-2-22/src/terminal-window.c	Fri May 23 22:02:46 2008
@@ -1831,7 +1831,7 @@
 
   if (window->priv->present_on_insert)
     {
-      gtk_widget_show_all (GTK_WIDGET (window));
+      gtk_widget_show (GTK_WIDGET (window));
       window->priv->present_on_insert = FALSE;
     }
 }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]