projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
301cf24
)
font chooser: Remove a stray notify
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 9 Jul 2015 14:10:10 +0000
(09:10 -0500)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/gtk/gtkfontchooserwidget.c
b/gtk/gtkfontchooserwidget.c
index f519b82cd9e485475f88c21cc64391500f77476c..317aef79d3c09c2fecdfb05cf3fb09008fff8aca 100644
(file)
--- 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");
}
}