blob: 21a7fa502cc7be1927c70dc48fdef18ffefb65fb (
plain)
1 diff -Naur a/src/app-indicator.c b/src/app-indicator.c
2 --- a/src/app-indicator.c 2017-10-23 07:03:29.000000000 +0000
3 +++ b/src/app-indicator.c 2017-10-23 13:08:25.530191393 +0000
4 @@ -2577,7 +2577,7 @@
5
6 g_return_if_fail(priv->shorties != NULL);
7
8 - indicator_desktop_shortcuts_nick_exec_with_context(priv->shorties, nick, NULL);
9 +// indicator_desktop_shortcuts_nick_exec_with_context(priv->shorties, nick, NULL);
10
11 return;
12 }
|