[Xfce4-commits] <xfce4-mpc-plugin:master> Set small property to TRUE so that the plugin fits in a single row.

Landry Breuil noreply at xfce.org
Tue May 8 11:48:01 CEST 2012


Updating branch refs/heads/master
         to b3e07624fb08c891d3d4290bd2a9f418ce73aad5 (commit)
       from afecf95822335a963c687c815bfc2bfb8b5e5d5c (commit)

commit b3e07624fb08c891d3d4290bd2a9f418ce73aad5
Author: Landry Breuil <landry at xfce.org>
Date:   Tue May 8 11:46:29 2012 +0200

    Set small property to TRUE so that the plugin fits in a single row.

 panel-plugin/xfce4-mpc-plugin.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/panel-plugin/xfce4-mpc-plugin.c b/panel-plugin/xfce4-mpc-plugin.c
index 7d82a8c..4774217 100644
--- a/panel-plugin/xfce4-mpc-plugin.c
+++ b/panel-plugin/xfce4-mpc-plugin.c
@@ -835,6 +835,7 @@ mpc_construct (XfcePanelPlugin * plugin)
    g_signal_connect (plugin, "size-changed", G_CALLBACK (mpc_set_size), mpc);
 #ifdef HAS_PANEL_49
    g_signal_connect (plugin, "mode-changed", G_CALLBACK (mpc_set_mode), mpc);
+   xfce_panel_plugin_set_small (plugin, TRUE);
 #else
    g_signal_connect (plugin, "orientation-changed", G_CALLBACK (mpc_set_orientation), mpc);
 #endif


More information about the Xfce4-commits mailing list