[gtk+] GtkFontSelection: don't notify the non-existent "font" property
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] GtkFontSelection: don't notify the non-existent "font" property
- Date: Sun, 22 Aug 2010 01:47:21 +0000 (UTC)
commit df5ade16abababba349c1404881a205b8f4d655c
Author: Philip Withnall <philip tecnocode co uk>
Date: Sat Aug 21 17:49:03 2010 +0100
GtkFontSelection: don't notify the non-existent "font" property
The "font" property was removed in 418d84f3114548381ca86745d54fad2d7be8cc98.
Closes: bgo#627580
gtk/gtkfontsel.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c
index 9f9bed4..30a7454 100644
--- a/gtk/gtkfontsel.c
+++ b/gtk/gtkfontsel.c
@@ -1528,10 +1528,7 @@ gtk_font_selection_set_font_name (GtkFontSelection *fontsel,
pango_font_description_free (new_desc);
- g_object_freeze_notify (G_OBJECT (fontsel));
g_object_notify (G_OBJECT (fontsel), "font-name");
- g_object_notify (G_OBJECT (fontsel), "font");
- g_object_thaw_notify (G_OBJECT (fontsel));
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]