font chooser: Remove a stray notify
authorMatthias Clasen <mclasen@redhat.com>
Thu, 9 Jul 2015 14:10:10 +0000 (09:10 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 11 Jul 2015 05:15:42 +0000 (00:15 -0500)
This was forgotten when I changed to font map to not be a
property.

gtk/gtkfontchooserwidget.c

index f519b82cd9e485475f88c21cc64391500f77476c..317aef79d3c09c2fecdfb05cf3fb09008fff8aca 100644 (file)
@@ -1243,8 +1243,6 @@ gtk_font_chooser_widget_set_font_map (GtkFontChooser *chooser,
       pango_context_set_font_map (context, fontmap);
 
       gtk_font_chooser_widget_load_fonts (fontchooser, TRUE);
-
-      g_object_notify (G_OBJECT (fontchooser), "font-map");
     }
 }