[empathy/mc5] Add a comment over the window type hint



commit 2cfd3d52a13089bd00c863a2ff2a721ec04190b5
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Aug 6 19:20:28 2009 +0200

    Add a comment over the window type hint

 src/empathy-account-assistant.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c
index 9291cd3..91d90c8 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);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]