Updating branch refs/heads/master
         to 500b5a06c74e37026d656bc6f0f59851a4edebab (commit)
       from 802aed3c863b9257510cb7c7b28b8ded98892947 (commit)

commit 500b5a06c74e37026d656bc6f0f59851a4edebab
Author: Andrzej <[email protected]>
Date:   Sun Dec 11 21:47:58 2011 +0100

    Libxfce4panel: Increase the maximum size to 128 * 6 for rows.
    
    Thw maximum row size is 128, maximum number of rows 6.

 libxfce4panel/xfce-panel-plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libxfce4panel/xfce-panel-plugin.c 
b/libxfce4panel/xfce-panel-plugin.c
index faacc0a..8473fe5 100644
--- a/libxfce4panel/xfce-panel-plugin.c
+++ b/libxfce4panel/xfce-panel-plugin.c
@@ -575,7 +575,7 @@ xfce_panel_plugin_class_init (XfcePanelPluginClass *klass)
                                    g_param_spec_int ("size",
                                                      "Size",
                                                      "Size of the plugin's 
panel",
-                                                     0, 128, 0,
+                                                     0, (128 * 6), 0,
                                                      G_PARAM_READABLE
                                                      | 
G_PARAM_STATIC_STRINGS));
 
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to