[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 10/28: Drop check for panels older than 4.9
noreply at xfce.org
noreply at xfce.org
Thu May 19 20:06:12 CEST 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository panel-plugins/xfce4-clipman-plugin.
commit 3d951248afefedf5412e7a7836829d60d4b659c2
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Thu May 12 00:01:17 2016 +0200
Drop check for panels older than 4.9
---
panel-plugin/main-panel-plugin.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/panel-plugin/main-panel-plugin.c b/panel-plugin/main-panel-plugin.c
index 1832cc4..e9245a9 100644
--- a/panel-plugin/main-panel-plugin.c
+++ b/panel-plugin/main-panel-plugin.c
@@ -120,9 +120,7 @@ static gboolean
plugin_set_size (MyPlugin *plugin,
gint size)
{
-#if LIBXFCE4PANEL_CHECK_VERSION (4,9,0)
size /= xfce_panel_plugin_get_nrows (plugin->panel_plugin);
-#endif
gtk_widget_set_size_request(GTK_WIDGET(plugin->button), size, size);
return TRUE;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list