diff options
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 2c1ae2f83f..dc2d993de6 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1171,7 +1171,7 @@ e_shell_init (EShell *shell) icon_theme = gtk_icon_theme_get_default (); gtk_icon_theme_append_search_path (icon_theme, EVOLUTION_ICONDIR); - g_signal_connect ( + e_signal_connect_notify ( shell, "notify::online", G_CALLBACK (shell_notify_online_cb), NULL); |