diff options
author | Tim Biermann <tbier@posteo.de> | 2019-08-04 16:15:51 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-08-04 16:15:51 +0200 |
commit | ece0cc5f260cdac45648af76904992fe27f57b8a (patch) | |
tree | 20a86a4527ab95c6e9049ebc80e17b93690870fc /libappindicator-sharp/badfunction.patch | |
parent | bebe1d8839f073eb608cefac7cb4a28d01529ee3 (diff) | |
download | contrib-ece0cc5f260cdac45648af76904992fe27f57b8a.tar.gz contrib-ece0cc5f260cdac45648af76904992fe27f57b8a.tar.xz |
libappindicator-sharp: initial commit
Diffstat (limited to 'libappindicator-sharp/badfunction.patch')
-rw-r--r-- | libappindicator-sharp/badfunction.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libappindicator-sharp/badfunction.patch b/libappindicator-sharp/badfunction.patch new file mode 100644 index 000000000..21a7fa502 --- /dev/null +++ b/libappindicator-sharp/badfunction.patch @@ -0,0 +1,12 @@ +diff -Naur a/src/app-indicator.c b/src/app-indicator.c +--- a/src/app-indicator.c 2017-10-23 07:03:29.000000000 +0000 ++++ b/src/app-indicator.c 2017-10-23 13:08:25.530191393 +0000 +@@ -2577,7 +2577,7 @@ + + g_return_if_fail(priv->shorties != NULL); + +- indicator_desktop_shortcuts_nick_exec_with_context(priv->shorties, nick, NULL); ++// indicator_desktop_shortcuts_nick_exec_with_context(priv->shorties, nick, NULL); + + return; + } |