[Glade-devel] [patch, glade3] refix assert

paolo borelli pborelli@katamail.com
30 Apr 2003 20:44:59 +0200


--=-wk3CoZ4Tkz4X/bWFPmnL
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hi!

The patch which fixed the assert on new window was merged, but was
deleted in last Archit's committ.
Please re-apply it.

ciao
	paolo

--=-wk3CoZ4Tkz4X/bWFPmnL
Content-Disposition: attachment; filename=refix-assert.patch
Content-Type: text/plain; name=refix-assert.patch; charset=UTF-8
Content-Transfer-Encoding: 7bit

--- gnome2/glade3/src/glade-command.c	2003-04-28 19:16:52.000000000 +0200
+++ glade3/src/glade-command.c	2003-04-30 20:30:58.000000000 +0200
@@ -507,7 +507,6 @@ glade_command_create_execute (GladeComma
 
 	if (GTK_IS_WIDGET (widget->widget)) {
 		glade_project_selection_add (widget, TRUE);
-		gtk_widget_show_all (GTK_WIDGET (widget->widget));
 	}
 
 	return FALSE;

--=-wk3CoZ4Tkz4X/bWFPmnL--