Merge lp:~charlesk/libindicator/lp-948391 into lp:libindicator/0.5

Proposed by Charles Kerr
Status: Merged
Approved by: Charles Kerr
Approved revision: 462
Merge reported by: Charles Kerr
Merged at revision: not available
Proposed branch: lp:~charlesk/libindicator/lp-948391
Merge into: lp:libindicator/0.5
Diff against target: 12 lines (+1/-1)
1 file modified
libindicator/indicator-desktop-shortcuts.c (+1/-1)
To merge this branch: bzr merge lp:~charlesk/libindicator/lp-948391
Reviewer Review Type Date Requested Status
Lars Karlitski (community) Approve
Review via email: mp+100535@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Lars Karlitski (larsu) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libindicator/indicator-desktop-shortcuts.c'
2--- libindicator/indicator-desktop-shortcuts.c 2012-02-27 21:08:19 +0000
3+++ libindicator/indicator-desktop-shortcuts.c 2012-04-02 23:45:22 +0000
4@@ -199,7 +199,7 @@
5 /* But fallback if we can't */
6 if (priv->actions == ACTIONS_NONE && g_key_file_has_key(keyfile, G_KEY_FILE_DESKTOP_GROUP, OLD_SHORTCUTS_KEY, NULL)) {
7 priv->actions = ACTIONS_XAYATANA;
8- g_warning("Desktop file '%s' is using a depracted format for it's actions that will be dropped soon.", g_value_get_string(value));
9+ g_warning("Desktop file '%s' is using a deprecated format for its actions that will be dropped soon.", g_value_get_string(value));
10 }
11
12 if (priv->actions == ACTIONS_NONE) {

Subscribers

People subscribed via source and target branches