diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-12-28 18:10:32 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-12-28 18:10:32 +0000 |
commit | 5e30c5d986fec789e77476adae343746335039fd (patch) | |
tree | ed880f5c50c7d4985d8085082291327f4d0679a7 /gtk/gtkprintoperation.c | |
parent | 32530a9f78d43cfe358749e3512d499aedbb9b99 (diff) | |
download | gtk+-5e30c5d986fec789e77476adae343746335039fd.tar.gz |
More default property value fixes
svn path=/trunk/; revision=19278
Diffstat (limited to 'gtk/gtkprintoperation.c')
-rw-r--r-- | gtk/gtkprintoperation.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c index d08f255067..14b3a6a762 100644 --- a/gtk/gtkprintoperation.c +++ b/gtk/gtkprintoperation.c @@ -164,6 +164,8 @@ gtk_print_operation_init (GtkPrintOperation *operation) priv->unit = GTK_UNIT_PIXEL; appname = g_get_application_name (); + if (appname == NULL) + appname = ""; /* translators: this string is the default job title for print * jobs. %s gets replaced by the application name, %d gets replaced * by the job number. |