glade3 r1713 - in trunk: . plugins/gnome



Author: tvb
Date: Sun Mar  9 21:59:30 2008
New Revision: 1713
URL: http://svn.gnome.org/viewvc/glade3?rev=1713&view=rev

Log:

	* gladeui/glade-base-editor.c: Made sure idle handlers werent
	  updating treeviews after the object is destroyed (also bug 506713).



Modified:
   trunk/ChangeLog
   trunk/plugins/gnome/glade-gnome.c

Modified: trunk/plugins/gnome/glade-gnome.c
==============================================================================
--- trunk/plugins/gnome/glade-gnome.c	(original)
+++ trunk/plugins/gnome/glade-gnome.c	Sun Mar  9 21:59:30 2008
@@ -616,6 +616,15 @@
 		glade_gnome_dps_set_color_common (object, "logo-background-gdk", value);
 	else if (!strcmp (id, "title-foreground"))
 		glade_gnome_dps_set_color_common (object, "title-foreground-gdk", value);
+
+
+	else if (!strcmp (id, "background-gdk")  || 
+		 !strcmp (id, "title-foreground-gdk") ||
+		 !strcmp (id, "logo-background-gdk") ||
+		 !strcmp (id, "contents-background-gdk"))
+		{
+			/* XXX Ignore these they crash */
+		}
 	else
 		/* Skip GNOME_TYPE_DRUID_PAGE since we didnt register an
 		 * adaptor for that abstract class.



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