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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-offline-sync.c b/shell/e-shell-offline-sync.c
index dd10c58db2..e40762b0c3 100644
--- a/shell/e-shell-offline-sync.c
+++ b/shell/e-shell-offline-sync.c
@@ -156,7 +156,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),
+ e_notice (GTK_WINDOW (sync_data->dialog), GTK_MESSAGE_ERROR,
_("Error synchronizing \"%s\":\n%s"), e_folder_get_name (folder), message);
sync_data->current_folder_finished = TRUE;
@@ -236,7 +236,7 @@ static void
setup_dialog (SyncData *sync_data)
{
sync_data->dialog = gnome_dialog_new (_("Syncing Folder"), GNOME_STOCK_BUTTON_CANCEL, NULL);
- gtk_widget_set_usize (sync_data->dialog, 300, -1);
+ gtk_widget_set_size_request (sync_data->dialog, 300, -1);
gtk_window_set_policy (GTK_WINDOW (sync_data->dialog), FALSE, FALSE, FALSE);
g_signal_connect (sync_data->dialog, "close",