diff options
author | Ted Gould <ted@gould.cx> | 2010-08-05 16:43:15 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-05 16:43:15 -0500 |
commit | d377c945f1dcc36710313fdfa7e79b725fa8d42e (patch) | |
tree | d30e3faf06f835f07b360b83615f44c73b414efb /src | |
parent | b1daa47acf4d6114e7d4703e0ebe5550b0972e21 (diff) | |
download | ayatana-indicator-application-d377c945f1dcc36710313fdfa7e79b725fa8d42e.tar.gz ayatana-indicator-application-d377c945f1dcc36710313fdfa7e79b725fa8d42e.tar.bz2 ayatana-indicator-application-d377c945f1dcc36710313fdfa7e79b725fa8d42e.zip |
Fixing merge
Diffstat (limited to 'src')
-rw-r--r-- | src/app-indicator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app-indicator.c b/src/app-indicator.c index 3bfdf2f..22b9c03 100644 --- a/src/app-indicator.c +++ b/src/app-indicator.c @@ -1339,6 +1339,7 @@ app_indicator_set_label (AppIndicator *self, const gchar * label, const gchar * Sets the path to use when searching for icons. **/ +void app_indicator_set_icon_theme_path (AppIndicator *self, const gchar *icon_theme_path) { g_return_if_fail (IS_APP_INDICATOR (self)); |