[libegg] toolbar: fix a typo in last commit



commit 2f6b2dc4e63858246f47240ec3026c04421299fb
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Mar 8 19:52:45 2011 -0500

    toolbar: fix a typo in last commit

 libegg/toolbareditor/egg-editable-toolbar.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libegg/toolbareditor/egg-editable-toolbar.c b/libegg/toolbareditor/egg-editable-toolbar.c
index c47dc90..1a756fc 100644
--- a/libegg/toolbareditor/egg-editable-toolbar.c
+++ b/libegg/toolbareditor/egg-editable-toolbar.c
@@ -991,8 +991,8 @@ toolbar_visibility_refresh (EggEditableToolbar *etoolbar)
        * or to that specified by the primary name, if any.
        */
       if (!primary_class_set && visible &&
-          (g_strcmp0 (priv->primary_name, toolbar_name) == 0) ||
-           (priv->primary_name == NULL))
+          ((g_strcmp0 (priv->primary_name, toolbar_name) == 0) ||
+           (priv->primary_name == NULL)))
         {
           primary_class_set = TRUE;
           gtk_style_context_add_class (context, GTK_STYLE_CLASS_PRIMARY_TOOLBAR);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]