mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
ee31cb7cc1
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
11 lines
363 B
Diff
11 lines
363 B
Diff
--- uTox-0.5.0/src/xlib/gtk.c 2015-12-20 00:57:28.000000000 -0700
|
|
+++ uTox-0.5.0-fix/src/xlib/gtk.c 2015-12-24 10:59:28.346223121 -0700
|
|
@@ -2,7 +2,7 @@
|
|
#include <stdlib.h>
|
|
#include <dlfcn.h>
|
|
|
|
-#define LIBGTK_FILENAME "libgtk-3.so.0"
|
|
+#define LIBGTK_FILENAME "libgtk-x11-2.0.so"
|
|
|
|
#define GTK_FILE_CHOOSER_ACTION_OPEN 0
|
|
#define GTK_FILE_CHOOSER_ACTION_SAVE 1
|