aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-27 14:40:08 -0600
committerTed Gould <ted@gould.cx>2012-02-27 14:40:08 -0600
commit19c48bd262323258cf0bfbd0e3ed319fcc891076 (patch)
tree5c03f22a2179c4a82dbbadd7069a7755a3db6653
parent7d3e660ebc647e5ae3520f11d68447f222f5e5de (diff)
downloadlibayatana-indicator-19c48bd262323258cf0bfbd0e3ed319fcc891076.tar.gz
libayatana-indicator-19c48bd262323258cf0bfbd0e3ed319fcc891076.tar.bz2
libayatana-indicator-19c48bd262323258cf0bfbd0e3ed319fcc891076.zip
Creating a warning for the legacy support
-rw-r--r--libindicator/indicator-desktop-shortcuts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libindicator/indicator-desktop-shortcuts.c b/libindicator/indicator-desktop-shortcuts.c
index 9b44e4a..f684905 100644
--- a/libindicator/indicator-desktop-shortcuts.c
+++ b/libindicator/indicator-desktop-shortcuts.c
@@ -199,6 +199,7 @@ set_property (GObject * object, guint prop_id, const GValue * value, GParamSpec
/* But fallback if we can't */
if (priv->actions == ACTIONS_NONE && g_key_file_has_key(keyfile, G_KEY_FILE_DESKTOP_GROUP, OLD_SHORTCUTS_KEY, NULL)) {
priv->actions = ACTIONS_XAYATANA;
+ g_warning("Desktop file '%s' is using a depracted format for it's actions that will be dropped soon.", g_value_get_string(value));
}
if (priv->actions == ACTIONS_NONE) {