summarylogtreecommitdiffstats
path: root/set_window_icon_name.patch
diff options
context:
space:
mode:
authorSam Burgos2021-12-02 08:31:33 -0600
committerSam Burgos2021-12-02 08:31:33 -0600
commit01ea95410323c36a0073ca1a1273a66ba242a168 (patch)
treef5e28795662bad439a0dab519a571ce87b989551 /set_window_icon_name.patch
parent7b3d844525caf4848ffec9fa4e42dadcb7043f9d (diff)
downloadaur-01ea95410323c36a0073ca1a1273a66ba242a168.tar.gz
updated to version 41.1 and changed the information of the patch files
Diffstat (limited to 'set_window_icon_name.patch')
-rw-r--r--set_window_icon_name.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/set_window_icon_name.patch b/set_window_icon_name.patch
deleted file mode 100644
index 03e2b4b99dea..000000000000
--- a/set_window_icon_name.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gui/gcal-window.c
-+++ src/gui/gcal-window.c
-@@ -1131,6 +1131,8 @@
- gcal_window_add_accelerator (app, "win.change-view(3)", "<Ctrl>3");
- gcal_window_add_accelerator (app, "app.quit", "<Ctrl>q");
- gcal_window_add_accelerator (app, "win.new-event", "<Ctrl>n");
-+
-+ gtk_window_set_icon_name (self, "org.gnome.Calendar");
- }
-
- /**