summaryrefslogtreecommitdiff
path: root/mate-panel
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-02-12 13:14:31 +0100
committerStefano Karapetsas <[email protected]>2014-02-12 13:14:31 +0100
commite66e26254ca2465b53826b6e8751c00a6d4c95a7 (patch)
treed8d9ffd0aafc0d49c17b6f8a157e1d11f48e8c3e /mate-panel
parentf74b2b9dc7b3ba413dd729d3ca4984ea597174f4 (diff)
downloadmate-panel-e66e26254ca2465b53826b6e8751c00a6d4c95a7.tar.bz2
mate-panel-e66e26254ca2465b53826b6e8751c00a6d4c95a7.tar.xz
Fix gnome atom declaration
Diffstat (limited to 'mate-panel')
-rw-r--r--mate-panel/panel-action-protocol.c2
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);