aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-component-listener.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-07-23 22:55:52 +0800
committerDan Winship <danw@src.gnome.org>2003-07-23 22:55:52 +0800
commit64a3e0a91c24b5b6677bfc1149505e620ddc4875 (patch)
treef29d109cd8938e517dfdd6c046da36160e07052d /e-util/e-component-listener.c
parentc4e2afa4a076769c3bd22393edd6ca8710f96c2e (diff)
downloadgsoc2013-evolution-64a3e0a91c24b5b6677bfc1149505e620ddc4875.tar
gsoc2013-evolution-64a3e0a91c24b5b6677bfc1149505e620ddc4875.tar.gz
gsoc2013-evolution-64a3e0a91c24b5b6677bfc1149505e620ddc4875.tar.bz2
gsoc2013-evolution-64a3e0a91c24b5b6677bfc1149505e620ddc4875.tar.lz
gsoc2013-evolution-64a3e0a91c24b5b6677bfc1149505e620ddc4875.tar.xz
gsoc2013-evolution-64a3e0a91c24b5b6677bfc1149505e620ddc4875.tar.zst
gsoc2013-evolution-64a3e0a91c24b5b6677bfc1149505e620ddc4875.zip
Fix a non-ANSI switch label.
* e-component-listener.c (connection_listen_cb): Fix a non-ANSI switch label. * e-gui-utils.c: only include "art/empty.xpm" if HAVE_LIBGNOMEUI_GNOME_ICON_LOOKUP_H isn't defined * e-xml-hash-utils.c (e_xml_to_hash): Deconstify a non-const variable to fix a warning. svn path=/trunk/; revision=21901
Diffstat (limited to 'e-util/e-component-listener.c')
-rw-r--r--e-util/e-component-listener.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-component-listener.c b/e-util/e-component-listener.c
index 024e4a93f1..1e7027f33d 100644
--- a/e-util/e-component-listener.c
+++ b/e-util/e-component-listener.c
@@ -53,6 +53,7 @@ connection_listen_cb (gpointer object, gpointer user_data)
g_object_unref (cl);
break;
default :
+ break;
}
}
}