[gtk+/font-selection-new: 64/73] GtkFontSelection: check if font name is NULL in gtk_font_selection_set_font_name
- From: Alberto Ruiz <aruiz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/font-selection-new: 64/73] GtkFontSelection: check if font name is NULL in gtk_font_selection_set_font_name
- Date: Sat, 7 May 2011 18:17:36 +0000 (UTC)
commit 114f72085a333e5a92305a08af6e097a62ef7b64
Author: Alberto Ruiz <aruiz gnome org>
Date: Tue May 3 01:37:48 2011 +0100
GtkFontSelection: check if font name is NULL in gtk_font_selection_set_font_name
gtk/gtkfontsel.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c
index bc86b81..8a98b1e 100644
--- a/gtk/gtkfontsel.c
+++ b/gtk/gtkfontsel.c
@@ -1535,6 +1535,7 @@ gtk_font_selection_set_font_name (GtkFontSelection *fontsel,
gboolean found = FALSE;
g_return_val_if_fail (GTK_IS_FONT_SELECTION (fontsel), FALSE);
+ g_return_val_if_fail (fontname != NULL, FALSE);
if (!gtk_widget_has_screen (GTK_WIDGET (fontsel)))
return FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]