aboutsummaryrefslogtreecommitdiff
path: root/src/app-section.c
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2013-07-11 15:41:03 -0400
committerKen VanDine <ken.vandine@canonical.com>2013-07-11 15:41:03 -0400
commit95687294084afe619678e750f82c34654ee107c9 (patch)
tree2cb3ac547926739837d435f860a21225601f01df /src/app-section.c
parent9b2ecf678c7ecf2113d10625569e3ea3992066eb (diff)
parent7f4ac7cc08765cd139d6c3ac1f3d501598eb6324 (diff)
downloadayatana-indicator-messages-95687294084afe619678e750f82c34654ee107c9.tar.gz
ayatana-indicator-messages-95687294084afe619678e750f82c34654ee107c9.tar.bz2
ayatana-indicator-messages-95687294084afe619678e750f82c34654ee107c9.zip
fixed deprecations
Diffstat (limited to 'src/app-section.c')
-rw-r--r--src/app-section.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app-section.c b/src/app-section.c
index 19532f2..3a55147 100644
--- a/src/app-section.c
+++ b/src/app-section.c
@@ -301,7 +301,7 @@ nick_activate_cb (GSimpleAction *action,
g_return_if_fail(priv->ids != NULL);
- if (!indicator_desktop_shortcuts_nick_exec(priv->ids, nick)) {
+ if (!indicator_desktop_shortcuts_nick_exec_with_context(priv->ids, nick, NULL)) {
g_warning("Unable to execute nick '%s' for desktop file '%s'",
nick, g_desktop_app_info_get_filename (priv->appinfo));
}