[gnote] Use Gtk::Window::set_has_resize_grip in recentchanges
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Use Gtk::Window::set_has_resize_grip in recentchanges
- Date: Wed, 1 Jun 2011 20:10:31 +0000 (UTC)
commit 0771be08a775568ea9c013833bfd5bdb1f1940ac
Author: Aurimas Ä?ernius <aurisc4 gmail com>
Date: Sun May 29 22:49:47 2011 +0300
Use Gtk::Window::set_has_resize_grip in recentchanges
In Gtkmm 3.0 status bar does not have such method, but the
window itself has.
src/recentchanges.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/recentchanges.cpp b/src/recentchanges.cpp
index ffba9d3..11a4e1b 100644
--- a/src/recentchanges.cpp
+++ b/src/recentchanges.cpp
@@ -157,7 +157,7 @@ namespace gnote {
m_tree = manage(m_tree);
m_tree->show ();
- m_status_bar.set_has_resize_grip(true);
+ set_has_resize_grip(true);
m_status_bar.show();
// Update on changes to notes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]