[Xfce4-commits] [xfce/exo] 01/01: Fix small typo in exo-icon-bar (bug 10515)
noreply at xfce.org
noreply at xfce.org
Tue Feb 17 00:23:50 CET 2015
This is an automated email from the git hooks/post-receive script.
bluesabre pushed a commit to branch master
in repository xfce/exo.
commit 3bf3c7f643713d3ed8ddd4030405b71dfa1148ba
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Mon Feb 16 18:23:43 2015 -0500
Fix small typo in exo-icon-bar (bug 10515)
---
exo/exo-icon-bar.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exo/exo-icon-bar.c b/exo/exo-icon-bar.c
index f3d5c86..c48034b 100644
--- a/exo/exo-icon-bar.c
+++ b/exo/exo-icon-bar.c
@@ -1161,7 +1161,7 @@ exo_icon_bar_calculate_item_size (ExoIconBar *icon_bar,
gint focus_width;
gint focus_pad;
- if (G_LIKELY (item->width != -1 && item->width != -1))
+ if (G_LIKELY (item->width != -1 && item->height != -1))
return;
gtk_widget_style_get (GTK_WIDGET (icon_bar),
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list