mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Check for selection_atom, not property name atom.
Tue May 7 18:36:03 2002 Owen Taylor <otaylor@redhat.com> * gdk/x11/xsettings-client.c (xsettings_client_process_event): Check for selection_atom, not property name atom.
This commit is contained in:
parent
9bff21f556
commit
a9dd566ff4
@ -1,3 +1,8 @@
|
||||
Tue May 7 18:36:03 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/xsettings-client.c (xsettings_client_process_event):
|
||||
Check for selection_atom, not property name atom.
|
||||
|
||||
2002-05-07 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* configure.in: added a new conditional CROSS_COMPILING which
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue May 7 18:36:03 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/xsettings-client.c (xsettings_client_process_event):
|
||||
Check for selection_atom, not property name atom.
|
||||
|
||||
2002-05-07 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* configure.in: added a new conditional CROSS_COMPILING which
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue May 7 18:36:03 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/xsettings-client.c (xsettings_client_process_event):
|
||||
Check for selection_atom, not property name atom.
|
||||
|
||||
2002-05-07 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* configure.in: added a new conditional CROSS_COMPILING which
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue May 7 18:36:03 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/xsettings-client.c (xsettings_client_process_event):
|
||||
Check for selection_atom, not property name atom.
|
||||
|
||||
2002-05-07 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* configure.in: added a new conditional CROSS_COMPILING which
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue May 7 18:36:03 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/xsettings-client.c (xsettings_client_process_event):
|
||||
Check for selection_atom, not property name atom.
|
||||
|
||||
2002-05-07 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* configure.in: added a new conditional CROSS_COMPILING which
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue May 7 18:36:03 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/xsettings-client.c (xsettings_client_process_event):
|
||||
Check for selection_atom, not property name atom.
|
||||
|
||||
2002-05-07 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* configure.in: added a new conditional CROSS_COMPILING which
|
||||
|
@ -512,7 +512,7 @@ xsettings_client_process_event (XSettingsClient *client,
|
||||
{
|
||||
if (xev->xany.type == ClientMessage &&
|
||||
xev->xclient.message_type == client->manager_atom &&
|
||||
xev->xclient.data.l[1] == client->xsettings_atom)
|
||||
xev->xclient.data.l[1] == client->selection_atom)
|
||||
{
|
||||
check_manager_window (client);
|
||||
return True;
|
||||
|
Loading…
Reference in New Issue
Block a user