diff options
author | Ted Gould <ted@canonical.com> | 2009-02-04 19:00:11 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-04 19:00:11 +0100 |
commit | 206b4073d82940cf8f8356f49821a54f028d60b5 (patch) | |
tree | f9e54dfa9fed80235c68a0104a1978ef603ae939 | |
parent | cf719f1fe43456745decbed1f7cf79a8fa5f9506 (diff) | |
download | libayatana-indicator-206b4073d82940cf8f8356f49821a54f028d60b5.tar.gz libayatana-indicator-206b4073d82940cf8f8356f49821a54f028d60b5.tar.bz2 libayatana-indicator-206b4073d82940cf8f8356f49821a54f028d60b5.zip |
releasing version 0.1~ppa26
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | src/applet-main.c | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e34e79c..e368259 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +indicator-applet (0.1~ppa26) intrepid; urgency=low + + * Removing the icons + * Adding in the docs + * Printing the icons dir + + -- Ted Gould <ted@ubuntu.com> Wed, 04 Feb 2009 18:58:32 +0100 + indicator-applet (0.1~ppa25) intrepid; urgency=low * Set the widget name on the applet rather than the menubar, to make sure diff --git a/src/applet-main.c b/src/applet-main.c index 11d85f1..bff8b71 100644 --- a/src/applet-main.c +++ b/src/applet-main.c @@ -87,6 +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); gtk_rc_parse_string ( "style \"indicator-applet-style\"\n" "{\n" |