diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-04 20:35:47 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-04 20:36:43 +0800 |
commit | b6d66bc4223175a058575b90f5b5bce4ad279980 (patch) | |
tree | b19553f35b29dbf36d711892f78f2d618d9196da | |
parent | a0a0f0bc14b965c2063891242f435be3ac6296a4 (diff) | |
download | gsoc2013-empathy-b6d66bc4223175a058575b90f5b5bce4ad279980.tar gsoc2013-empathy-b6d66bc4223175a058575b90f5b5bce4ad279980.tar.gz gsoc2013-empathy-b6d66bc4223175a058575b90f5b5bce4ad279980.tar.bz2 gsoc2013-empathy-b6d66bc4223175a058575b90f5b5bce4ad279980.tar.lz gsoc2013-empathy-b6d66bc4223175a058575b90f5b5bce4ad279980.tar.xz gsoc2013-empathy-b6d66bc4223175a058575b90f5b5bce4ad279980.tar.zst gsoc2013-empathy-b6d66bc4223175a058575b90f5b5bce4ad279980.zip |
empathy-nautilus-sendto: use the Empathy icon
The first field of NstPluginInfo is the id of the icon of the plugin.
https://bugzilla.gnome.org/show_bug.cgi?id=673480
-rw-r--r-- | nautilus-sendto-plugin/empathy-nautilus-sendto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nautilus-sendto-plugin/empathy-nautilus-sendto.c b/nautilus-sendto-plugin/empathy-nautilus-sendto.c index 9dc0bca10..04b2c4e2c 100644 --- a/nautilus-sendto-plugin/empathy-nautilus-sendto.c +++ b/nautilus-sendto-plugin/empathy-nautilus-sendto.c @@ -269,7 +269,7 @@ destroy (NstPlugin *plugin) static NstPluginInfo plugin_info = { - "im", + "empathy", "empathy", N_("Instant Message (Empathy)"), GETTEXT_PACKAGE, |