From f35c7b83d9938957e148c86105fabce8ec410c2d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 9 Jul 2015 09:10:10 -0500 Subject: [PATCH] font chooser: Remove a stray notify This was forgotten when I changed to font map to not be a property. --- gtk/gtkfontchooserwidget.c | 2 -- 1 file changed, 2 deletions(-) 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"); } } -- 2.30.2