Updating branch refs/heads/master
         to f52e193da354eae00880e24dfab7d2f694051775 (commit)
       from 4073e7955c7c94ed89edf71e6207f952858cce21 (commit)

commit f52e193da354eae00880e24dfab7d2f694051775
Author: Allen Lowe <[email protected]>
Date:   Mon Nov 8 19:57:27 2010 -0700

    Add Daniel and Allen to the Credits

 postler/postler-bureau.vala |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index ddfe911..0463dbc 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -310,7 +310,9 @@ public class Postler.Bureau : Gtk.Window {
     }
 
     void action_about () {
-        string[] authors = { "Christian Dywan <[email protected]>" };
+        string[] authors = { "Christian Dywan <[email protected]>",
+                             "Daniel Foré <[email protected]>",
+                             "Allen Lowe <[email protected]>" };
         Gtk.show_about_dialog (this,
             "program-name", GLib.Environment.get_application_name (),
             "version", Config.PACKAGE_VERSION,
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to