[nautilus-sendto] evolution: export whether the packer is setup
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-sendto] evolution: export whether the packer is setup
- Date: Fri, 27 Aug 2010 19:34:31 +0000 (UTC)
commit 5488e21706a3d28d2c9c284c02236c37b75e7983
Author: Bastien Nocera <hadess hadess net>
Date: Fri Aug 27 17:06:10 2010 +0100
evolution: export whether the packer is setup
to the front-end
src/plugins/evolution/evolution.c | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/src/plugins/evolution/evolution.c b/src/plugins/evolution/evolution.c
index d001935..336ad40 100644
--- a/src/plugins/evolution/evolution.c
+++ b/src/plugins/evolution/evolution.c
@@ -77,13 +77,13 @@ get_evo_cmd (void)
{
char *tmp = NULL;
char *retval;
- char *cmds[] = {"evolution",
+ char *cmds[] = {
+ "evolution",
"evolution-2.0",
"evolution-2.2",
"evolution-2.4",
"evolution-2.6",
"evolution-2.8", /* for the future */
- "evolution-3.0", /* but how far to go ? */
NULL};
guint i;
@@ -240,8 +240,11 @@ can_send_changed (GObject *gobject,
g_object_get (gobject, "can-send", &can_send, NULL);
- /* FIXME, export this to the shell */
- g_message ("Packer can send? %d", can_send);
+ /* FIXME, can we validate whatever was already in the entry? */
+ g_signal_emit_by_name (G_OBJECT (p),
+ "can-send",
+ "evolution",
+ can_send);
}
static GtkWidget *
@@ -306,6 +309,10 @@ evolution_plugin_supports_mime_types (NautilusSendtoPlugin *plugin,
"evolution",
evolution_plugin_get_widget (plugin, file_list));
+ g_signal_emit_by_name (G_OBJECT (p),
+ "can-send",
+ "evolution",
+ TRUE);
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]