summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 898547d..c6936a9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -317,7 +317,7 @@ main (int argc, char **argv)
g_signal_connect (client, "save-state", G_CALLBACK (fr_save_state), NULL);
gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (),
- PKG_DATA_DIR G_DIR_SEPARATOR_S "icons");
+ PKG_DATA_DIR G_DIR_SEPARATOR_S "icons");
fr_stock_init ();
/* init_session (argv); */