summaryrefslogtreecommitdiffstats
path: root/gtk2/kgtk2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2/kgtk2.c')
-rw-r--r--gtk2/kgtk2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2/kgtk2.c b/gtk2/kgtk2.c
index 88321ff..e8e939b 100644
--- a/gtk2/kgtk2.c
+++ b/gtk2/kgtk2.c
@@ -1515,7 +1515,7 @@ gboolean gtk_file_chooser_select_filename(GtkFileChooser *chooser, const char *f
realFunction = (void *(*)()) real_dlsym(RTLD_NEXT, "gtk_file_chooser_select_filename");
realFunction(chooser, filename);
if (((kgtkApp == APP_UNKNOWN) && BLACKLIST_UNKNOWN_GTK_APPS) || (kgtkApp == APP_BLACKLISTED) && realFunction) {
- return;
+ return FALSE;
}
#ifdef KGTK_DEBUG