Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 952588 Details for
Bug 1149335
gtk3-3.14.1 - irregular appearance - nm-applet systray icons menu
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
This reverts gtk+ git commit 6b7b55f
This-reverts-commit-6b7b55f.patch (text/plain), 2.90 KB, created by
poma
on 2014-10-31 20:20:55 UTC
(
hide
)
Description:
This reverts gtk+ git commit 6b7b55f
Filename:
MIME Type:
Creator:
poma
Created:
2014-10-31 20:20:55 UTC
Size:
2.90 KB
patch
obsolete
> >This reverts commit 6b7b55f > >Fix gtk3-3.14.1 - irregular appearance - nm-applet systray icons menu >https://bugzilla.redhat.com/show_bug.cgi?id=1149335 > >--- > ...gtkwindow-run-event-and-specific-handlers.patch | 35 ++++++++++++++++++++++ > gtk3.spec | 10 ++++++- > 2 files changed, 44 insertions(+), 1 deletion(-) > create mode 100644 Revert-gtkwindow-run-event-and-specific-handlers.patch > >diff --git a/Revert-gtkwindow-run-event-and-specific-handlers.patch b/Revert-gtkwindow-run-event-and-specific-handlers.patch >new file mode 100644 >index 0000000..1de4d1b >--- /dev/null >+++ b/Revert-gtkwindow-run-event-and-specific-handlers.patch >@@ -0,0 +1,35 @@ >+ >+Revert "gtkwindow: run ::event and specific handlers for EWMH >+ action triggering events" >+ >+This reverts commit 6b7b55f9b2b9eb7e05f68e932f9c804cb7ada412. >+ >+Fix gtk3-3.14.1 - irregular appearance - nm-applet systray icons menu >+https://bugzilla.redhat.com/show_bug.cgi?id=1149335 >+ >+--- >+ gtk/gtkwindow.c | 8 -------- >+ 1 file changed, 8 deletions(-) >+ >+diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c >+index 530b947..f6a9978 100644 >+--- a/gtk/gtkwindow.c >++++ b/gtk/gtkwindow.c >+@@ -7711,14 +7711,6 @@ >+ if (!GTK_IS_WINDOW (widget)) >+ return GDK_EVENT_PROPAGATE; >+ >+- if (event->type != GDK_BUTTON_PRESS && event->type != GDK_BUTTON_RELEASE && >+- event->type != GDK_MOTION_NOTIFY && event->type != GDK_TOUCH_BEGIN && >+- event->type != GDK_TOUCH_END && event->type != GDK_TOUCH_UPDATE) >+- return GDK_EVENT_PROPAGATE; >+- >+- if (gtk_widget_event (widget, event)) >+- return GDK_EVENT_STOP; >+- >+ return gtk_window_handle_wm_event (GTK_WINDOW (widget), event); >+ } >+ >+-- >+2.1.0 >+ >diff --git a/gtk3.spec b/gtk3.spec >index 1502e25..a94128e 100644 >--- a/gtk3.spec >+++ b/gtk3.spec >@@ -18,7 +18,7 @@ > Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X > Name: gtk3 > Version: 3.14.4 >-Release: 1%{?dist} >+Release: 2%{?dist} > License: LGPLv2+ > Group: System Environment/Libraries > URL: http://www.gtk.org >@@ -26,6 +26,8 @@ URL: http://www.gtk.org > > Source: http://download.gnome.org/sources/gtk+/3.14/gtk+-%{version}.tar.xz > >+Patch0: Revert-gtkwindow-run-event-and-specific-handlers.patch >+ > BuildRequires: gnome-common autoconf automake intltool gettext > BuildRequires: atk-devel >= %{atk_version} > BuildRequires: at-spi2-atk-devel >@@ -144,6 +146,8 @@ the functionality of the installed %{name} package. > %prep > %setup -q -n gtk+-%{version} > >+%patch0 -p1 >+ > %build > > (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; >@@ -313,6 +317,10 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache > %{_datadir}/installed-tests > > %changelog >+* Fri Oct 31 2014 poma <poma@gmail.com> - 3.14.4-2 >+- Fix gtk3-3.14.1 - irregular appearance - nm-applet systray icons menu >+ Red Hat Bugzilla - Bug 1149335 >+ > * Tue Oct 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.4-1 > - Update to 3.14.4 > >-- >2.1.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1149335
:
951196
| 952588