aboutsummaryrefslogtreecommitdiffstats
path: root/gtk2/STATUS
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2/STATUS')
-rw-r--r--gtk2/STATUS7
1 files changed, 6 insertions, 1 deletions
diff --git a/gtk2/STATUS b/gtk2/STATUS
index 39f302cd30..2237a3aa73 100644
--- a/gtk2/STATUS
+++ b/gtk2/STATUS
@@ -5,7 +5,7 @@ GtkList and GtkCList ==> GtkTreeView conversion :
- color_dlg.c
- column_prefs.c : done
- decode_as_dlg.c : done
-- dfilter_expr_dialog.c
+- dfilter_expr_dialog.c : done
- filter_prefs.c : done
- main.c
- plugins_dlg.c : done
@@ -69,3 +69,8 @@ Remaining problems :
- the spacing between lines in the tree view is too big ;
- merge gtk and gtk2 directories. Create a gtk12 directory if necessary.
+
+- replace gtk_signal_xxx function with g_signal_xxx equivalent. The GTK+
+ 2.0 documentation says :
+ The GTK+ 2.0 signal system merely proxies the GSignal system now. For
+ future usage, direct use of the GSignal API is recommended.