aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-offline-sync.c
diff options
context:
space:
mode:
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;