[gnote] Fix toolbar in note view
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Fix toolbar in note view
- Date: Sat, 7 Feb 2015 17:28:18 +0000 (UTC)
commit 04db96c7ed64d50b9a5b74a80e7e5817889bc59a
Author: Aurimas Černius <aurisc4 gmail com>
Date: Sat Feb 7 17:54:22 2015 +0200
Fix toolbar in note view
src/recentchanges.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/recentchanges.cpp b/src/recentchanges.cpp
index ca6dc3f..b1cd6ab 100644
--- a/src/recentchanges.cpp
+++ b/src/recentchanges.cpp
@@ -171,8 +171,8 @@ namespace gnote {
right_box->show();
m_header_bar.pack_start(*left_box);
- m_header_bar.pack_end(m_embedded_toolbar);
m_header_bar.pack_end(*right_box);
+ m_header_bar.pack_end(m_embedded_toolbar);
m_header_bar.show();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]