summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors3rj1k2022-04-24 20:20:47 +0300
committers3rj1k2022-04-24 20:20:47 +0300
commit914314f280b8cbf94a21a547af5c64853c705f50 (patch)
tree60ab0479793d504fedacb5731dd3d933359dc6a3
parent6901715b58d00b59809cfe48a11100f5e808553e (diff)
downloadaur-914314f280b8cbf94a21a547af5c64853c705f50.tar.gz
Test
Signed-off-by: s3rj1k <evasive.gyron@gmail.com>
-rw-r--r--minimize.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/minimize.patch b/minimize.patch
index 9c46fce7cbb3..26aec735291b 100644
--- a/minimize.patch
+++ b/minimize.patch
@@ -386,6 +386,26 @@ index d336374c5..81cf81395 100644
gp-launcher-utils.c \
gp-launcher-utils.h \
$(BUILT_SOURCES) \
+diff --git a/modules/launcher/gp-launcher-module.c b/modules/launcher/gp-launcher-module.c
+index 336918319..197951e1d 100644
+--- a/modules/launcher/gp-launcher-module.c
++++ b/modules/launcher/gp-launcher-module.c
+@@ -61,15 +61,6 @@ launcher_get_applet_info (const gchar *id)
+ initial_setup_func = gp_custom_launcher_applet_initial_setup_dialog;
+ is_disabled_func = custom_launcher_is_disabled;
+ }
+- else if (g_strcmp0 (id, "launcher") == 0)
+- {
+- type_func = gp_launcher_applet_get_type;
+- name = _("Application Launcher...");
+- description = _("Copy a launcher from the applications menu");
+- icon = "gnome-panel-launcher";
+-
+- initial_setup_func = gp_launcher_applet_initial_setup_dialog;
+- }
+ else
+ {
+ g_assert_not_reached ();
diff --git a/po/POTFILES.in b/po/POTFILES.in
index fd6cfd5cb..004cb4f9a 100644
--- a/po/POTFILES.in