From 2cfd3d52a13089bd00c863a2ff2a721ec04190b5 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Thu, 6 Aug 2009 19:20:28 +0200 Subject: Add a comment over the window type hint --- src/empathy-account-assistant.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c index 9291cd30c..91d90c83c 100644 --- a/src/empathy-account-assistant.c +++ b/src/empathy-account-assistant.c @@ -629,6 +629,7 @@ do_constructed (GObject *object) gtk_window_set_transient_for (GTK_WINDOW (object), priv->parent_window); + /* set the dialog hint, so this will be centered over the parent window */ gtk_window_set_type_hint (GTK_WINDOW (object), GDK_WINDOW_TYPE_HINT_DIALOG); } -- cgit v1.2.3