diff options
author | Ted Gould <ted@gould.cx> | 2011-03-02 13:57:04 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-02 13:57:04 -0600 |
commit | 61e9b95cdde7ad38321389723d2309540c222475 (patch) | |
tree | 3ffc492e78ef60c2c42447e8a560ab121ade47e3 | |
parent | 9b34e7c064a685f377634e35310dd40663f60455 (diff) | |
download | libayatana-indicator-61e9b95cdde7ad38321389723d2309540c222475.tar.gz libayatana-indicator-61e9b95cdde7ad38321389723d2309540c222475.tar.bz2 libayatana-indicator-61e9b95cdde7ad38321389723d2309540c222475.zip |
Removing warning that there are no shortcuts, that's a valid thing to have.
-rw-r--r-- | libindicator/indicator-desktop-shortcuts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libindicator/indicator-desktop-shortcuts.c b/libindicator/indicator-desktop-shortcuts.c index 7a92f48..7de4084 100644 --- a/libindicator/indicator-desktop-shortcuts.c +++ b/libindicator/indicator-desktop-shortcuts.c @@ -174,7 +174,6 @@ set_property (GObject * object, guint prop_id, const GValue * value, GParamSpec } if (!g_key_file_has_key(keyfile, G_KEY_FILE_DESKTOP_GROUP, SHORTCUTS_KEY, NULL)) { - g_warning("Keyfile from file '%s' does not have '" SHORTCUTS_KEY "' key", g_value_get_string(value)); g_key_file_free(keyfile); break; } |