From 973aaa9d9a020e1644ce2fe45fd3613422f6ada9 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Thu, 17 Feb 2011 09:45:23 +0000 Subject: a bunch of changes needed to facilitate changing trackers (unfinished). also tidy up general details panel a bit, fix a crash if a stats update is received after stats dialog is closed. --- src/trg-model.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/trg-model.h') diff --git a/src/trg-model.h b/src/trg-model.h index 427e0bd..e954153 100644 --- a/src/trg-model.h +++ b/src/trg-model.h @@ -17,7 +17,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ - #ifndef TRG_MODEL_H_ #define TRG_MODEL_H_ @@ -26,4 +25,8 @@ void trg_model_remove_removed(GtkListStore * model, gint serial_column, gint64 currentSerial); +gboolean +find_existing_model_item(GtkTreeModel * model, gint search_column, gint64 id, + GtkTreeIter * iter); + #endif /* TRG_MODEL_H_ */ -- cgit v1.2.3