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:
@ -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>
|
2002-05-07 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* configure.in: added a new conditional CROSS_COMPILING which
|
* 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>
|
2002-05-07 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* configure.in: added a new conditional CROSS_COMPILING which
|
* 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>
|
2002-05-07 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* configure.in: added a new conditional CROSS_COMPILING which
|
* 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>
|
2002-05-07 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* configure.in: added a new conditional CROSS_COMPILING which
|
* 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>
|
2002-05-07 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* configure.in: added a new conditional CROSS_COMPILING which
|
* 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>
|
2002-05-07 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* configure.in: added a new conditional CROSS_COMPILING which
|
* configure.in: added a new conditional CROSS_COMPILING which
|
||||||
|
|||||||
@ -512,7 +512,7 @@ xsettings_client_process_event (XSettingsClient *client,
|
|||||||
{
|
{
|
||||||
if (xev->xany.type == ClientMessage &&
|
if (xev->xany.type == ClientMessage &&
|
||||||
xev->xclient.message_type == client->manager_atom &&
|
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);
|
check_manager_window (client);
|
||||||
return True;
|
return True;
|
||||||
|
|||||||
Reference in New Issue
Block a user