diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-25 21:26:11 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-25 21:26:11 +0100 |
commit | d01ea186be7abed6593d95dc234c6d0ea88916ca (patch) | |
tree | a6df6b281fd911280713d0d3691c84b43f00a048 /src/ui/tabpopup.c | |
parent | e40b7891762f54214fbd6b308e1a2291893444ed (diff) | |
download | marco-d01ea186be7abed6593d95dc234c6d0ea88916ca.tar.bz2 marco-d01ea186be7abed6593d95dc234c6d0ea88916ca.tar.xz |
fix dprecated GtkMisc
Diffstat (limited to 'src/ui/tabpopup.c')
-rw-r--r-- | src/ui/tabpopup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tabpopup.c b/src/ui/tabpopup.c index 6a0d3dfb..eb555e90 100644 --- a/src/ui/tabpopup.c +++ b/src/ui/tabpopup.c @@ -417,7 +417,7 @@ meta_ui_tab_popup_new (const MetaTabEntry *entries, gtk_misc_set_padding (GTK_MISC (image), INSIDE_SELECT_RECT + OUTSIDE_SELECT_RECT + 1, INSIDE_SELECT_RECT + OUTSIDE_SELECT_RECT + 1); -#if GTK_CHECK_VERSION (3, 14, 0) +#if GTK_CHECK_VERSION (3, 0, 0) gtk_widget_set_halign (image, GTK_ALIGN_CENTER); gtk_widget_set_valign (image, GTK_ALIGN_CENTER); #else |