From a08bb5c1e3dd09be6a7ef21de2fac295d4bb66ff Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 13 Nov 2002 04:18:42 +0000 Subject: comment out gtk_destroyed check. 2002-11-13 Not Zed * vfolder-rule.c (source_add): comment out gtk_destroyed check. * filter-label.c: Added back some of the guts. Might not work but some of the code uses it :-/. Gives u a fixed set of non-editable labels. svn path=/trunk/; revision=18729 --- filter/filter-label.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'filter/filter-label.h') diff --git a/filter/filter-label.h b/filter/filter-label.h index bde83811ce..395ce07d48 100644 --- a/filter/filter-label.h +++ b/filter/filter-label.h @@ -58,6 +58,11 @@ GType filter_label_get_type (void); FilterLabel *filter_label_new (void); +/* Sigh, this is a mess, but its cleaner than the original mess */ +int filter_label_count(void); +const char *filter_label_label(int i); +int filter_label_index(const char *label); + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3