[gitg] Add an artists to the about dialog



commit 6c06780e33204f371f371cd98a88ffcc561bf960
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Sun Jan 5 16:03:09 2014 +0200

    Add an artists to the about dialog

 gitg/gitg-application.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gitg/gitg-application.vala b/gitg/gitg-application.vala
index adeaf61..98d23f3 100644
--- a/gitg/gitg-application.vala
+++ b/gitg/gitg-application.vala
@@ -198,6 +198,7 @@ public class Application : Gtk.Application
 
        private void on_app_about_activated()
        {
+               string[] artists = {"Jakub Steiner <jimmac gmail com>"};
                string[] authors = {"Jesse van den Kieboom <jessevdk gnome org>",
                                    "Ignacio Casal Quinteiro <icq gnome org>"};
 
@@ -207,6 +208,7 @@ public class Application : Gtk.Application
                unowned List<Gtk.Window> wnds = get_windows();
 
                Gtk.show_about_dialog(wnds != null ? wnds.data : null,
+                                     "artists", artists,
                                      "authors", authors,
                                      "copyright", copyright,
                                      "comments", comments,


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