aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-offline-sync.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-03-25 23:48:33 +0800
committerDan Winship <danw@src.gnome.org>2003-03-25 23:48:33 +0800
commitb04bd957c79358e009caf31dafee3889e1ec6492 (patch)
treeb5a25349f7c866a5748c37f37386270e280f6630 /shell/e-shell-offline-sync.c
parentcb46b4039bff5dce4748800950d43d1b1957dbce (diff)
downloadgsoc2013-evolution-b04bd957c79358e009caf31dafee3889e1ec6492.tar
gsoc2013-evolution-b04bd957c79358e009caf31dafee3889e1ec6492.tar.gz
gsoc2013-evolution-b04bd957c79358e009caf31dafee3889e1ec6492.tar.bz2
gsoc2013-evolution-b04bd957c79358e009caf31dafee3889e1ec6492.tar.lz
gsoc2013-evolution-b04bd957c79358e009caf31dafee3889e1ec6492.tar.xz
gsoc2013-evolution-b04bd957c79358e009caf31dafee3889e1ec6492.tar.zst
gsoc2013-evolution-b04bd957c79358e009caf31dafee3889e1ec6492.zip
Update for e_notice move. Likewise Likewise Likewise Likewise Likewise
* e-folder-dnd-bridge.c: Update for e_notice move. * e-setup.c: Likewise * e-shell-folder-commands.c: Likewise * e-shell-folder-creation-dialog.c: Likewise * e-shell-offline-sync.c: Likewise * e-shell-shared-folder-picker-dialog.c: Likewise * e-shell-view-menu.c: Likewise * e-shell.c: Likewise * evolution-shell-component-utils.c: Likewise * Makefile.am (libeshell_la_LIBADD): libeshell depends on libeutil. * e-corba-storage.c: Fix warnings svn path=/trunk/; revision=20500
Diffstat (limited to 'shell/e-shell-offline-sync.c')
-rw-r--r--shell/e-shell-offline-sync.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-shell-offline-sync.c b/shell/e-shell-offline-sync.c
index a828fb5b57..c37839e455 100644
--- a/shell/e-shell-offline-sync.c
+++ b/shell/e-shell-offline-sync.c
@@ -31,9 +31,9 @@
#include "Evolution.h"
-#include <gconf/gconf-client.h>
+#include "e-util/e-dialog-utils.h"
-#include <gal/widgets/e-gui-utils.h>
+#include <gconf/gconf-client.h>
#include <gtk/gtklabel.h>
#include <gtk/gtkmain.h>
@@ -159,7 +159,7 @@ impl_SyncFolderProgressListener_reportFailure (PortableServer_Servant servant,
/* FIXME -- We probably should give the user more of a chance to do
something about it. */
- e_notice (GTK_WINDOW (sync_data->dialog), GTK_MESSAGE_ERROR,
+ e_notice (sync_data->dialog, GTK_MESSAGE_ERROR,
_("Error synchronizing \"%s\":\n%s"), e_folder_get_name (folder), message);
sync_data->current_folder_finished = TRUE;