mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 06:10:15 +00:00
font chooser: Remove a stray notify
This was forgotten when I changed to font map to not be a property.
This commit is contained in:
parent
301cf24b33
commit
f35c7b83d9
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user