diff options
author | infirit <[email protected]> | 2014-11-22 12:45:08 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-22 15:13:50 +0100 |
commit | fbda73e09d790f499a08af94391141fc7bf66d71 (patch) | |
tree | 18d7ef0dc61dc2c15bb6e6de8bbc8c8ec506a84c | |
parent | 9a8965fa0c783bc8221a1ccd55247e5e6a4ee88a (diff) | |
download | mate-panel-fbda73e09d790f499a08af94391141fc7bf66d71.tar.bz2 mate-panel-fbda73e09d790f499a08af94391141fc7bf66d71.tar.xz |
panel-menu-botton: small white-space fix
-rw-r--r-- | mate-panel/panel-menu-button.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-menu-button.c b/mate-panel/panel-menu-button.c index e7325645..e719c6ac 100644 --- a/mate-panel/panel-menu-button.c +++ b/mate-panel/panel-menu-button.c @@ -361,7 +361,7 @@ panel_menu_button_menu_deactivated (PanelMenuButton *button) #if GTK_CHECK_VERSION (3, 0, 0) gtk_widget_unset_state_flags (GTK_WIDGET (button), - GTK_STATE_FLAG_PRELIGHT); + GTK_STATE_FLAG_PRELIGHT); #else GTK_BUTTON (button)->in_button = FALSE; #endif |