diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-04-05 12:44:30 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-04-05 12:44:30 +0200 |
commit | d538aa44668e089474d8660ee98635e4146e8d0f (patch) | |
tree | d6e45e2d66fe4940aff47c46ad743d3f79f67597 /libindicator | |
parent | 4a445398a20768db826fbc245f9b2293176b8d88 (diff) | |
parent | 696375c27b39b8f352bf967800e260b4ce73702e (diff) | |
download | libayatana-indicator-d538aa44668e089474d8660ee98635e4146e8d0f.tar.gz libayatana-indicator-d538aa44668e089474d8660ee98635e4146e8d0f.tar.bz2 libayatana-indicator-d538aa44668e089474d8660ee98635e4146e8d0f.zip |
releasing version 0.4.95-0ubuntu1
Diffstat (limited to 'libindicator')
-rw-r--r-- | libindicator/indicator-desktop-shortcuts.c | 2 |
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) { |