]> git.0d.be Git - empathy.git/commitdiff
Add a comment over the window type hint
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 6 Aug 2009 17:20:28 +0000 (19:20 +0200)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sat, 22 Aug 2009 13:21:07 +0000 (14:21 +0100)
src/empathy-account-assistant.c

index 9291cd30c4bed40aa00930adcc2eff459f9ac270..91d90c83c34390096fcbc202e46b15a4f7ce3abc 100644 (file)
@@ -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);
 }