diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-03-27 22:05:58 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-03-27 22:05:58 +0800 |
commit | efc40fcec397ee8dee57cd7de43279792f941380 (patch) | |
tree | 02fb75a5b386388a3f4490cebc8065618ea3f3c2 /nautilus-sendto-plugin | |
parent | d9765b15543ac5160a103227452b3cd84fbd143f (diff) | |
download | gsoc2013-empathy-efc40fcec397ee8dee57cd7de43279792f941380.tar gsoc2013-empathy-efc40fcec397ee8dee57cd7de43279792f941380.tar.gz gsoc2013-empathy-efc40fcec397ee8dee57cd7de43279792f941380.tar.bz2 gsoc2013-empathy-efc40fcec397ee8dee57cd7de43279792f941380.tar.lz gsoc2013-empathy-efc40fcec397ee8dee57cd7de43279792f941380.tar.xz gsoc2013-empathy-efc40fcec397ee8dee57cd7de43279792f941380.tar.zst gsoc2013-empathy-efc40fcec397ee8dee57cd7de43279792f941380.zip |
trivial: fix a GCC build warning
Diffstat (limited to 'nautilus-sendto-plugin')
-rw-r--r-- | nautilus-sendto-plugin/empathy-nautilus-sendto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nautilus-sendto-plugin/empathy-nautilus-sendto.c b/nautilus-sendto-plugin/empathy-nautilus-sendto.c index ee1519de3..9dc0bca10 100644 --- a/nautilus-sendto-plugin/empathy-nautilus-sendto.c +++ b/nautilus-sendto-plugin/empathy-nautilus-sendto.c @@ -141,7 +141,6 @@ validate_destination (NstPlugin *plugin, gchar **error) { EmpathyContact *contact = NULL; - gboolean ret = TRUE; contact = get_selected_contact (contact_widget); |