]> Pileus Git - ~andy/gtk/commitdiff
GtkFontSelection: don't notify the non-existent "font" property
authorPhilip Withnall <philip@tecnocode.co.uk>
Sat, 21 Aug 2010 16:49:03 +0000 (17:49 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Sun, 22 Aug 2010 01:47:00 +0000 (02:47 +0100)
The "font" property was removed in 418d84f3114548381ca86745d54fad2d7be8cc98.
Closes: bgo#627580
gtk/gtkfontsel.c

index 9f9bed436abb445fa669425e163d868bfef7efd3..30a74543b21a3c0120a504b5a0cc28771fd0b525 100644 (file)
@@ -1528,10 +1528,7 @@ gtk_font_selection_set_font_name (GtkFontSelection *fontsel,
 
   pango_font_description_free (new_desc);
   
-  g_object_freeze_notify (G_OBJECT (fontsel));
   g_object_notify (G_OBJECT (fontsel), "font-name");
-  g_object_notify (G_OBJECT (fontsel), "font");
-  g_object_thaw_notify (G_OBJECT (fontsel));
 
   return TRUE;
 }