Mark plugin as GTK3 type master
authorChristian Weiske <cweiske@cweiske.de>
Mon, 22 Apr 2024 15:28:48 +0000 (17:28 +0200)
committerRicardo Mones <ricardo@mones.org>
Tue, 7 May 2024 20:48:39 +0000 (22:48 +0200)
When using GTK2 as plugin type, Claws 4 does not automatically
load the plugin upon start. With GTK3 this is fixed,
and maildir is loaded automatically.

src/plugin.c

index 510395f076481bba874129d1351dd38c35f29002..815183f56cf84ec3b2a2966cc4c95d817a64670b 100644 (file)
@@ -70,7 +70,7 @@ const gchar *plugin_desc(void)
 
 const gchar *plugin_type(void)
 {
-       return "GTK2";
+       return "GTK3";
 }
 
 const gchar *plugin_licence(void)