[atomix/wip/gtk3-port] About dialog fixes



commit f05ed20ee26385ba4281027bd4f1f837871e54db
Author: Robert Roth <robert roth off gmail com>
Date:   Tue Jan 13 03:25:24 2015 +0200

    About dialog fixes

 src/main.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index c0efc38..59ccfce 100644
--- a/src/main.c
+++ b/src/main.c
@@ -113,6 +113,7 @@ static void verb_HelpAbout_cb (GtkAction * action, gpointer data)
 
   const char *authors[] =
     {
+      "Robert Roth <robert roth off gmail com>",
       "Guilherme de S. Pastore <gpastore gnome org>",
       "Jens Finke <jens triq net>",
       NULL
@@ -133,7 +134,7 @@ static void verb_HelpAbout_cb (GtkAction * action, gpointer data)
   gtk_about_dialog_set_authors (GTK_ABOUT_DIALOG(dlg), authors);
   gtk_about_dialog_set_artists (GTK_ABOUT_DIALOG(dlg), artists);
   gtk_about_dialog_set_translator_credits (GTK_ABOUT_DIALOG(dlg), _("translator-credits"));
-
+  gtk_window_set_transient_for (GTK_WINDOW (dlg), GTK_WINDOW (app->mainwin));
   gtk_widget_show (dlg);
 }
 


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