File: menu

package info (click to toggle)
gimp-plugin-registry 9.20180625
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 52,484 kB
  • sloc: ansic: 27,119; lisp: 20,560; python: 14,721; cpp: 2,528; sh: 2,220; makefile: 632; xml: 21
file content (16 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/fix-ca/fix-ca.c
+++ b/fix-ca/fix-ca.c
@@ -138,13 +138,7 @@ void	query (void)
 				G_N_ELEMENTS (args), 0,
 				args, 0);
 
-#if 0
-				/* Need to decide about menu location */
-	if (GIMP_CHECK_VERSION(2, 4, 0))
 		gimp_plugin_menu_register (PROCEDURE_NAME, "<Image>/Colors");
-	else
-#endif
-		gimp_plugin_menu_register (PROCEDURE_NAME, "<Image>/Filters/Colors");
 }
 
 void	run (const gchar *name, gint nparams,