[gedit] Use id-column instead of deprecated text-column.



commit 92d7afb2584c80ee7f3e48b26723115086f7b3df
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Jan 4 14:52:53 2011 +0100

    Use id-column instead of deprecated text-column.

 gedit/gedit-history-entry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gedit/gedit-history-entry.c b/gedit/gedit-history-entry.c
index 15f27d7..e36383c 100644
--- a/gedit/gedit-history-entry.c
+++ b/gedit/gedit-history-entry.c
@@ -519,7 +519,7 @@ gedit_history_entry_new (const gchar *history_id,
 			    "has-entry", TRUE,
 			    "history-id", history_id,
 			    "model", store,
-			    "text-column", 0,
+			    "id-column", 0,
 			    NULL);
 
 	g_object_unref (store);



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