diff options
author | Ted Gould <ted@canonical.com> | 2009-02-04 19:08:18 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-04 19:08:18 +0100 |
commit | d95b17010964e6e2c49e46663c60be0330abdc18 (patch) | |
tree | e22951f2f5951c049b71a7ede25f31657e7c8e02 | |
parent | 206b4073d82940cf8f8356f49821a54f028d60b5 (diff) | |
download | libayatana-indicator-d95b17010964e6e2c49e46663c60be0330abdc18.tar.gz libayatana-indicator-d95b17010964e6e2c49e46663c60be0330abdc18.tar.bz2 libayatana-indicator-d95b17010964e6e2c49e46663c60be0330abdc18.zip |
typo
-rw-r--r-- | src/applet-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/applet-main.c b/src/applet-main.c index bff8b71..b1f1b0e 100644 --- a/src/applet-main.c +++ b/src/applet-main.c @@ -87,7 +87,7 @@ applet_fill_cb (PanelApplet * applet, const gchar * iid, gpointer data) /* Init some theme/icon stuff */ gtk_icon_theme_append_search_path(gtk_icon_theme_get_default(), ICONS_DIR); - g_debug("Icons directory: " ICONS_DIR); + g_debug("Icons directory: %s", ICONS_DIR); gtk_rc_parse_string ( "style \"indicator-applet-style\"\n" "{\n" |