aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-desktop-shortcuts.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-04-04 14:34:11 -0500
committerTed Gould <ted@gould.cx>2012-04-04 14:34:11 -0500
commitc136bda24416af489864fa8e1302a7aca259ba3a (patch)
tree3ffece57d67ce9e9c266715b071c7af4f01d8678 /libindicator/indicator-desktop-shortcuts.c
parent4ecaca4861ec00e19936e9655de38c118bdc9a62 (diff)
parentf75080c55cd666e48f1a7c9c8bcf62e77cfb7f3b (diff)
downloadlibayatana-indicator-c136bda24416af489864fa8e1302a7aca259ba3a.tar.gz
libayatana-indicator-c136bda24416af489864fa8e1302a7aca259ba3a.tar.bz2
libayatana-indicator-c136bda24416af489864fa8e1302a7aca259ba3a.zip
Import upstream version 0.4.95
Diffstat (limited to 'libindicator/indicator-desktop-shortcuts.c')
-rw-r--r--libindicator/indicator-desktop-shortcuts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/indicator-desktop-shortcuts.c b/libindicator/indicator-desktop-shortcuts.c
index 13c1667..0a4e026 100644
--- a/libindicator/indicator-desktop-shortcuts.c
+++ b/libindicator/indicator-desktop-shortcuts.c
@@ -199,7 +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));
+ g_warning("Desktop file '%s' is using a deprecated format for its actions that will be dropped soon.", g_value_get_string(value));
}
if (priv->actions == ACTIONS_NONE) {