aboutsummaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-04-12 21:46:10 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-04-12 21:46:10 +0800
commit73b0317b1fabbb29ae06841c4692a79b80436262 (patch)
treec521ec9760567d5ccbd6742d5cbb9579a0889e51 /filter
parent648fd916e997aabb37e8f44987f8bedfeba0d528 (diff)
downloadgsoc2013-evolution-73b0317b1fabbb29ae06841c4692a79b80436262.tar
gsoc2013-evolution-73b0317b1fabbb29ae06841c4692a79b80436262.tar.gz
gsoc2013-evolution-73b0317b1fabbb29ae06841c4692a79b80436262.tar.bz2
gsoc2013-evolution-73b0317b1fabbb29ae06841c4692a79b80436262.tar.lz
gsoc2013-evolution-73b0317b1fabbb29ae06841c4692a79b80436262.tar.xz
gsoc2013-evolution-73b0317b1fabbb29ae06841c4692a79b80436262.tar.zst
gsoc2013-evolution-73b0317b1fabbb29ae06841c4692a79b80436262.zip
+ * art/Makefile.am: Add tigert's contact-dlg-related images.
+ + * addressbook/contact-editor/e-contact-editor.c (_add_images): Add + tigert's images. + + * addressbook/contact-editor/Makefile.am: add EVOLUTION_IMAGES. + + * camel-folder-pt-proxy.c (_folder_open_cb): Print warning message + for broken function. + (_folder_close_cb): Same. + + * filter-arg.c (filter_arg_edit_value): Return a value. svn path=/trunk/; revision=2408
Diffstat (limited to 'filter')
-rw-r--r--filter/ChangeLog4
-rw-r--r--filter/filter-arg.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index d31795348d..d1624ba2fe 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,7 @@
+2000-04-12 Matt Loper <matt@helixcode.com>
+
+ * filter-arg.c (filter_arg_edit_value): Return a value.
+
2000-03-27 NotZed <NotZed@HelixCode.com>
* filter-xml.c (tokenise_xmlfreeprop): Free a prop after
diff --git a/filter/filter-arg.c b/filter/filter-arg.c
index 1a1852fdf2..867afdc94e 100644
--- a/filter/filter-arg.c
+++ b/filter/filter-arg.c
@@ -255,7 +255,7 @@ filter_arg_edit_values(FilterArg *arg)
int
filter_arg_edit_value(FilterArg *arg, int index)
{
- ((FilterArgClass *)(arg->object.klass))->edit_value(arg, index);
+ return ((FilterArgClass *)(arg->object.klass))->edit_value(arg, index);
}
xmlNodePtr