diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-16 06:06:22 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-16 06:06:22 +0800 |
commit | 44f482262c0154e373c9efee52ae79ca871438db (patch) | |
tree | 9cdd37f5c81a160e66795af80d0143b3bc646eaa /shell/e-shell.c | |
parent | e0edfe0bcaf6b554b190f92a1eb358db3804af56 (diff) | |
download | gsoc2013-evolution-44f482262c0154e373c9efee52ae79ca871438db.tar.gz gsoc2013-evolution-44f482262c0154e373c9efee52ae79ca871438db.tar.zst gsoc2013-evolution-44f482262c0154e373c9efee52ae79ca871438db.zip |
Added rule to generate GNOME_Evolution_Shell.server.in from
* Makefile.am: Added rule to generate
GNOME_Evolution_Shell.server.in from
GNOME_Evolution_Shell.server.in.in, substituting @BINDIR@.
* GNOME_Evolution_Shell.server.in.in: Renamed from
GNOME_Evolution_Shell.server.in. Prepend @BINDIR@ to the location
of the executable.
svn path=/trunk/; revision=18792
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index a02cc1e89b..36b14f4d2b 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -961,14 +961,14 @@ notify_no_views_left_idle_cb (void *data) { EShell *shell; - puts (__FUNCTION__); - shell = E_SHELL (data); set_interactive (shell, FALSE); bonobo_object_ref (BONOBO_OBJECT (shell)); + g_signal_emit (shell, signals [NO_VIEWS_LEFT], 0); + bonobo_object_unref (BONOBO_OBJECT (shell)); return FALSE; |