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 <[email protected]> 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. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
