[bijiben] mainToolbar: Fix a typo



commit d53be1bb7cb79129a0fb09941f7e445029c86c51
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Mon Nov 17 15:28:33 2014 +0200

    mainToolbar: Fix a typo
    
    Don't add the same widget twice to the same size group.

 src/bjb-main-toolbar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bjb-main-toolbar.c b/src/bjb-main-toolbar.c
index a439ca5..386e246 100644
--- a/src/bjb-main-toolbar.c
+++ b/src/bjb-main-toolbar.c
@@ -870,7 +870,7 @@ populate_bar_for_note_view (BjbMainToolbar *self)
                                "image-button");
   gtk_header_bar_pack_end (bar, priv->menu);
   gtk_widget_set_tooltip_text (priv->menu, _("More options…"));
-  gtk_size_group_add_widget (GTK_SIZE_GROUP (size), priv->back);
+  gtk_size_group_add_widget (GTK_SIZE_GROUP (size), priv->menu);
 
   /* Show close button */
   gtk_header_bar_set_show_close_button (GTK_HEADER_BAR (self), TRUE);


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