[Xfce4-commits] <xfce4-indicator-plugin:master> Fixed typo.

Andrzej noreply at xfce.org
Sat Sep 7 01:00:01 CEST 2013


Updating branch refs/heads/master
         to c6659384823b55b209c424fec7f781cc5641007f (commit)
       from f6b84eed94fa0c9ce082bc15c0255e91f9055bc4 (commit)

commit c6659384823b55b209c424fec7f781cc5641007f
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Fri Sep 6 23:58:38 2013 +0100

    Fixed typo.

 panel-plugin/indicator-button-box.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/indicator-button-box.c b/panel-plugin/indicator-button-box.c
index eb2604a..1118a52 100644
--- a/panel-plugin/indicator-button-box.c
+++ b/panel-plugin/indicator-button-box.c
@@ -532,7 +532,7 @@ indicator_button_box_size_allocate (GtkWidget     *widget,
         {
           icon_alloc.height  = ICON_SIZE;
           label_alloc.height = MAX (1, height - icon_alloc.height - SPACING);
-          label_alloc.y = x + icon_alloc.height + SPACING;
+          label_alloc.y = y + icon_alloc.height + SPACING;
         }
       gtk_widget_size_allocate (box->icon, &icon_alloc);
       gtk_widget_size_allocate (box->label, &label_alloc);


More information about the Xfce4-commits mailing list