diff options
Diffstat (limited to 'src/gpm-main.c')
-rw-r--r-- | src/gpm-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpm-main.c b/src/gpm-main.c index 3244e00..e7444ff 100644 --- a/src/gpm-main.c +++ b/src/gpm-main.c @@ -228,7 +228,7 @@ main (int argc, char *argv[]) /* add application specific icons to search path */ gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (), - GPM_DATA G_DIR_SEPARATOR_S "icons"); + GPM_ICONS_DATA); loop = g_main_loop_new (NULL, FALSE); |