From 61e9b95cdde7ad38321389723d2309540c222475 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 2 Mar 2011 13:57:04 -0600 Subject: Removing warning that there are no shortcuts, that's a valid thing to have. --- libindicator/indicator-desktop-shortcuts.c | 1 - 1 file changed, 1 deletion(-) 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; } -- cgit v1.2.3