summaryrefslogtreecommitdiffstats
path: root/desktop/gmrun/patches/gtkcompletionline.cc.patch
diff options
context:
space:
mode:
author Binh Nguyen <binhnguyen@fastmail.fm>2010-07-09 14:58:18 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-07-10 02:17:58 -0500
commit942cbdeabd2fc6f313dd4eb1cb1201dadaba1209 (patch)
tree050df90340d7a4d14cfd041841f9ab032aee1ba0 /desktop/gmrun/patches/gtkcompletionline.cc.patch
parent4a1f9d11b965fd3feccd1965dbf42c3fd8ffcfcb (diff)
downloadslackbuilds-942cbdeabd2fc6f313dd4eb1cb1201dadaba1209.tar.gz
slackbuilds-942cbdeabd2fc6f313dd4eb1cb1201dadaba1209.tar.xz
desktop/gmrun: Added (provides a simple "run program" window)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/gmrun/patches/gtkcompletionline.cc.patch')
-rw-r--r--desktop/gmrun/patches/gtkcompletionline.cc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/gmrun/patches/gtkcompletionline.cc.patch b/desktop/gmrun/patches/gtkcompletionline.cc.patch
new file mode 100644
index 0000000000..989183b2be
--- /dev/null
+++ b/desktop/gmrun/patches/gtkcompletionline.cc.patch
@@ -0,0 +1,11 @@
+--- gmrun-0.9.2/src/gtkcompletionline.cc.orig 2009-06-19 22:38:14.000000000 +0400
++++ gmrun-0.9.2/src/gtkcompletionline.cc 2009-06-19 22:37:14.000000000 +0400
+@@ -376,7 +377,7 @@
+ return 0;
+ }
+
+-int my_alphasort(const void* va, const void* vb) {
++int my_alphasort(const dirent** va, const dirent** vb) {
+ const struct dirent** a = (const struct dirent**)va;
+ const struct dirent** b = (const struct dirent**)vb;
+