diff --git a/desktop/toolkit/gtk/gtk2/files/fedora/window-dragging.patch b/desktop/toolkit/gtk/gtk2/files/fedora/window-dragging.patch
index 88aa26b466..549bcb6abb 100644
--- a/desktop/toolkit/gtk/gtk2/files/fedora/window-dragging.patch
+++ b/desktop/toolkit/gtk/gtk2/files/fedora/window-dragging.patch
@@ -5,7 +5,7 @@ diff -up gtk+-2.24.7/gtk/gtkmenushell.c.window-dragging gtk+-2.24.7/gtk/gtkmenus
if (!menu_shell->active || !menu_shell->button)
{
-- _gtk_menu_shell_activate (menu_shell);
+- gtk_menu_shell_activate (menu_shell);
+ gboolean initially_active = menu_shell->active;
menu_shell->button = event->button;
@@ -22,7 +22,7 @@ diff -up gtk+-2.24.7/gtk/gtkmenushell.c.window-dragging gtk+-2.24.7/gtk/gtkmenus
{
- menu_shell->activate_time = event->time;
- gtk_menu_shell_select_item (menu_shell, menu_item);
-+ _gtk_menu_shell_activate (menu_shell);
++ gtk_menu_shell_activate (menu_shell);
+ menu_shell->button = event->button;
+
+ if (GTK_MENU_SHELL_GET_CLASS (menu_shell)->submenu_placement == GTK_TOP_BOTTOM)
diff --git a/desktop/toolkit/gtk/gtk2/pspec.xml b/desktop/toolkit/gtk/gtk2/pspec.xml
index 23d6ff5bb5..0048ce0e29 100644
--- a/desktop/toolkit/gtk/gtk2/pspec.xml
+++ b/desktop/toolkit/gtk/gtk2/pspec.xml
@@ -11,7 +11,7 @@
LGPLv2.1
The GIMP Toolkit version 2
GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites.
- mirrors://gnome/gtk+/2.24/gtk+-2.24.31.tar.xz
+ mirrors://gnome/gtk+/2.24/gtk+-2.24.32.tar.xz
cups-devel
libXi-devel
@@ -31,6 +31,7 @@
graphite2-devel
gdk-pixbuf-devel
gtk-doc
+ python-six
gobject-introspection-devel
@@ -48,6 +49,7 @@
gtk2
+ cups
libXi
cairo
libXext
@@ -118,6 +120,7 @@
gtk2
atk-devel
+ glib2-devel
pango-devel
cairo-devel
gdk-pixbuf-devel
@@ -182,6 +185,13 @@
+
+ 2018-01-30
+ 2.24.32
+ Rebuild
+ Pisi Linux Community
+ admin@pisilinux.org
+
2017-05-08
2.24.31