diff options
author | Stefano Karapetsas <[email protected]> | 2014-02-12 13:14:31 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-12 13:14:31 +0100 |
commit | e66e26254ca2465b53826b6e8751c00a6d4c95a7 (patch) | |
tree | d8d9ffd0aafc0d49c17b6f8a157e1d11f48e8c3e | |
parent | f74b2b9dc7b3ba413dd729d3ca4984ea597174f4 (diff) | |
download | mate-panel-e66e26254ca2465b53826b6e8751c00a6d4c95a7.tar.bz2 mate-panel-e66e26254ca2465b53826b6e8751c00a6d4c95a7.tar.xz |
Fix gnome atom declaration
-rw-r--r-- | mate-panel/panel-action-protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-action-protocol.c b/mate-panel/panel-action-protocol.c index 75cfd356..12a7f667 100644 --- a/mate-panel/panel-action-protocol.c +++ b/mate-panel/panel-action-protocol.c @@ -167,7 +167,7 @@ panel_action_protocol_init (void) XInternAtom (GDK_DISPLAY_XDISPLAY (display), "_MATE_PANEL_ACTION", FALSE); - atom_mate_panel_action = + atom_gnome_panel_action = XInternAtom (GDK_DISPLAY_XDISPLAY (display), "_GNOME_PANEL_ACTION", FALSE); |