diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/report.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/report.c b/shell/report.c index 89fcc4a3..4949c557 100644 --- a/shell/report.c +++ b/shell/report.c @@ -100,7 +100,7 @@ gchar *icon_name_css_id(const gchar *file) { gchar *make_icon_css(const gchar *file) { if (!file || *file == 0) - return; + return g_strdup(""); gchar *ret = NULL; gchar *path = g_build_filename(params.path_data, "pixmaps", file, NULL); gchar *contents = NULL; |