diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-25 10:39:17 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-25 10:39:17 +0100 |
commit | 36bb31d79905271ca0fc853eeddf5d23ecd10de3 (patch) | |
tree | 2cfa7075026e588dadb1d145674a420e966665ef /plugins | |
parent | 9e3170e4b8de9b2120168b6de310ba839dc12072 (diff) | |
download | pluma-36bb31d79905271ca0fc853eeddf5d23ecd10de3.tar.bz2 pluma-36bb31d79905271ca0fc853eeddf5d23ecd10de3.tar.xz |
GTK3: another fix for GtkMisc deprecated commit
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/taglist/pluma-taglist-plugin-panel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/taglist/pluma-taglist-plugin-panel.c b/plugins/taglist/pluma-taglist-plugin-panel.c index 13e5a83a..f19f6b91 100644 --- a/plugins/taglist/pluma-taglist-plugin-panel.c +++ b/plugins/taglist/pluma-taglist-plugin-panel.c @@ -645,7 +645,7 @@ add_preview_widget (PlumaTaglistPluginPanel *panel) gtk_label_set_line_wrap (GTK_LABEL (panel->priv->preview), TRUE); gtk_label_set_use_markup (GTK_LABEL (panel->priv->preview), TRUE); -#if GTK_CHECK_VERSION (3, 14, 0) +#if GTK_CHECK_VERSION (3, 0, 0) gtk_widget_set_halign (panel->priv->preview, GTK_ALIGN_START); gtk_widget_set_valign (panel->priv->preview, GTK_ALIGN_START); gtk_widget_set_margin_start (panel->priv->preview, 6); |