[gthumb] headerbar: put the bookmarks menu at the end of the locations section
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] headerbar: put the bookmarks menu at the end of the locations section
- Date: Mon, 31 Jul 2017 06:07:58 +0000 (UTC)
commit 29d1361a6f4b47e699a5f68f9ed9c42289adbfce
Author: Paolo Bacchilega <paobac src gnome org>
Date: Wed Jul 5 17:07:14 2017 +0200
headerbar: put the bookmarks menu at the end of the locations section
extensions/bookmarks/callbacks.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/bookmarks/callbacks.c b/extensions/bookmarks/callbacks.c
index 2fcdfc8..ba6217d 100644
--- a/extensions/bookmarks/callbacks.c
+++ b/extensions/bookmarks/callbacks.c
@@ -334,7 +334,7 @@ bookmarks__gth_browser_construct_cb (GthBrowser *browser)
_gtk_window_add_accelerators_from_menu ((GTK_WINDOW (browser)), menu);
gtk_widget_show (button);
- gtk_box_pack_start (GTK_BOX (gth_browser_get_headerbar_section (browser,
GTH_BROWSER_HEADER_SECTION_BROWSER_LOCATIONS)), button, FALSE, FALSE, 0);
+ gtk_box_pack_end (GTK_BOX (gth_browser_get_headerbar_section (browser,
GTH_BROWSER_HEADER_SECTION_BROWSER_LOCATIONS)), button, FALSE, FALSE, 0);
}
data->browser = browser;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]