[gthumb/ext: 28/79] set the about dialog transient_for property
- From: Paolo Bacchilega <paobac src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gthumb/ext: 28/79] set the about dialog transient_for property
- Date: Sun, 2 Aug 2009 20:26:15 +0000 (UTC)
commit 3ca4b63789d5210df7ad002a9e5a5565c8ca7bb0
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Jun 29 00:39:08 2009 +0200
set the about dialog transient_for property
gthumb/dlg-extensions.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gthumb/dlg-extensions.c b/gthumb/dlg-extensions.c
index d3eaca2..b65fd00 100644
--- a/gthumb/dlg-extensions.c
+++ b/gthumb/dlg-extensions.c
@@ -345,6 +345,7 @@ about_button_clicked_cb (GtkButton *button,
if (description->url != NULL)
g_object_set (dialog, "website", description->url, NULL);
+ gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (data->dialog));
gtk_dialog_run (GTK_DIALOG (dialog));
gtk_widget_destroy (dialog);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]