code cleanup
[psensor.git] / src / ui_sensorlist.h
index 421550e..8691581 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2010-2011 wpitchoune@gmail.com
+    Copyright (C) 2010-2011 jeanfi@gmail.com
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -25,6 +25,9 @@
 #include "psensor.h"
 
 struct ui_sensorlist {
+       /* The GtkTreeView widget containing the list of sensors */
+       GtkTreeView *treeview;
+
        GtkWidget *widget;
 
        struct psensor **sensors;
@@ -37,6 +40,4 @@ void ui_sensorlist_update(struct ui_sensorlist *list);
 
 void ui_sensorlist_update_sensors_preferences(struct ui_sensorlist *);
 
-void ui_sensorlist_create_widget(struct ui_sensorlist *ui);
-
 #endif