[gnote] Remove deprecated set_sort_column_id from tagmanager.cpp
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Remove deprecated set_sort_column_id from tagmanager.cpp
- Date: Thu, 12 May 2011 20:09:03 +0000 (UTC)
commit 66b1b5ddc4f412f4ccafbcdf8b703accef5238f0
Author: Aurimas Ä?ernius <aurisc4 gmail com>
Date: Thu May 12 21:56:54 2011 +0300
Remove deprecated set_sort_column_id from tagmanager.cpp
Replace it by set_sort_column.
src/tagmanager.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/tagmanager.cpp b/src/tagmanager.cpp
index 0f61c43..bb97f6e 100644
--- a/src/tagmanager.cpp
+++ b/src/tagmanager.cpp
@@ -1,6 +1,7 @@
/*
* gnote
*
+ * Copyright (C) 2011 Aurimas Cernius
* Copyright (C) 2010 Debarshi Ray
* Copyright (C) 2009 Hubert Figuiere
*
@@ -56,7 +57,7 @@ namespace gnote {
, m_sorted_tags(Gtk::TreeModelSort::create(m_tags))
{
m_sorted_tags->set_sort_func (0, sigc::ptr_fun(&compare_tags_sort_func));
- m_sorted_tags->set_sort_column_id (0, Gtk::SORT_ASCENDING);
+ m_sorted_tags->set_sort_column(0, Gtk::SORT_ASCENDING);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]