From: Matthias Clasen Date: Thu, 9 Jul 2015 14:10:10 +0000 (-0500) Subject: font chooser: Remove a stray notify X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~9084 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f35c7b83d9938957e148c86105fabce8ec410c2d;p=gtk4.git font chooser: Remove a stray notify This was forgotten when I changed to font map to not be a property. --- diff --git a/gtk/gtkfontchooserwidget.c b/gtk/gtkfontchooserwidget.c index f519b82cd9..317aef79d3 100644 --- a/gtk/gtkfontchooserwidget.c +++ b/gtk/gtkfontchooserwidget.c @@ -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"); } }