summarylogtreecommitdiffstats
path: root/fix_gimp_whitelist.patch
blob: 253700ab1f9fc21a29bf3ec6fb4243999027bace (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/libwinmenu.c
+++ b/libwinmenu.c
@@ -53,7 +53,7 @@
 {
    GtkWidget *fc;
    GObjectClass *klass;
-   const gchar *app_whitelist = "gnome-terminal, gimp, mousepad";
+   const gchar *app_whitelist = "gnome-terminal, gimp-2.10, mousepad";
 
    if (strstr (app_whitelist, g_get_prgname()) != NULL)
 	return;