aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManish Vachharajani <mvachhar@src.gnome.org>1998-11-30 00:35:23 +0800
committerManish Vachharajani <mvachhar@src.gnome.org>1998-11-30 00:35:23 +0800
commit3f12ccb5e48764a04204f3e9c4cc49949cc527cd (patch)
tree0365a43faf6ad83865c5206e52f580c4f1b1d8b2
parent98faeebc5ebeafd12d08c296d164a085357dbe8e (diff)
downloadgsoc2013-evolution-3f12ccb5e48764a04204f3e9c4cc49949cc527cd.tar
gsoc2013-evolution-3f12ccb5e48764a04204f3e9c4cc49949cc527cd.tar.gz
gsoc2013-evolution-3f12ccb5e48764a04204f3e9c4cc49949cc527cd.tar.bz2
gsoc2013-evolution-3f12ccb5e48764a04204f3e9c4cc49949cc527cd.tar.lz
gsoc2013-evolution-3f12ccb5e48764a04204f3e9c4cc49949cc527cd.tar.xz
gsoc2013-evolution-3f12ccb5e48764a04204f3e9c4cc49949cc527cd.tar.zst
gsoc2013-evolution-3f12ccb5e48764a04204f3e9c4cc49949cc527cd.zip
Remove more deprecated gnome_dialog functions
svn path=/trunk/; revision=493
-rw-r--r--calendar/gui/main.c2
-rw-r--r--calendar/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c
index 8914a7ada1..e41c2b2ce2 100644
--- a/calendar/gui/main.c
+++ b/calendar/gui/main.c
@@ -175,7 +175,7 @@ about_calendar_cmd (GtkWidget *widget, void *data)
authors,
_("The GNOME personal calendar and schedule manager."),
NULL);
- gnome_dialog_set_modal (GNOME_DIALOG (about));
+ gtk_window_set_modal (GTK_WINDOW (about), TRUE);
gnome_dialog_set_close (GNOME_DIALOG (about), TRUE);
gtk_widget_show (about);
}
diff --git a/calendar/main.c b/calendar/main.c
index 8914a7ada1..e41c2b2ce2 100644
--- a/calendar/main.c
+++ b/calendar/main.c
@@ -175,7 +175,7 @@ about_calendar_cmd (GtkWidget *widget, void *data)
authors,
_("The GNOME personal calendar and schedule manager."),
NULL);
- gnome_dialog_set_modal (GNOME_DIALOG (about));
+ gtk_window_set_modal (GTK_WINDOW (about), TRUE);
gnome_dialog_set_close (GNOME_DIALOG (about), TRUE);
gtk_widget_show (about);
}