]> git.pld-linux.org Git - packages/gtk+3.git/commitdiff
- obsoleted
authorŁukasz Kieś <kiesiu@pld-linux.org>
Mon, 16 Jul 2012 09:36:54 +0000 (11:36 +0200)
committerŁukasz Kieś <kiesiu@pld-linux.org>
Mon, 16 Jul 2012 09:36:54 +0000 (11:36 +0200)
gtk+3-notify.patch [deleted file]

diff --git a/gtk+3-notify.patch b/gtk+3-notify.patch
deleted file mode 100644 (file)
index be2a40a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/gtk/gtkstatusicon.c b/gtk/gtkstatusicon.c
-index 8bcb638..efecdad 100644
---- a/gtk/gtkstatusicon.c
-+++ b/gtk/gtkstatusicon.c
-@@ -1328,10 +1328,9 @@ round_pixel_size (GtkWidget *widget,
-   for (s = GTK_ICON_SIZE_MENU; s <= GTK_ICON_SIZE_DIALOG; s++)
-     {
--      if (gtk_icon_size_lookup_for_settings (settings, s, &w, &h) &&
--        w <= pixel_size && h <= pixel_size)
-+        if (gtk_icon_size_lookup_for_settings (settings, s, &w, &h))
-       {
--        d = MAX (pixel_size - w, pixel_size - h);
-+        d = MAX (abs (pixel_size - w), abs (pixel_size - h));
-         if (d < dist)
-           {
-             dist = d;
This page took 0.128676 seconds and 4 git commands to generate.