diff options
author | Manish Vachharajani <mvachhar@src.gnome.org> | 1998-11-30 00:35:23 +0800 |
---|---|---|
committer | Manish Vachharajani <mvachhar@src.gnome.org> | 1998-11-30 00:35:23 +0800 |
commit | 3f12ccb5e48764a04204f3e9c4cc49949cc527cd (patch) | |
tree | 0365a43faf6ad83865c5206e52f580c4f1b1d8b2 /calendar/gui | |
parent | 98faeebc5ebeafd12d08c296d164a085357dbe8e (diff) | |
download | gsoc2013-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
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/main.c | 2 |
1 files changed, 1 insertions, 1 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); } |