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

gEDA-cvs: gaf.git: branch: master updated (1.7.0-20110116-146-g4af6da4)



The branch, master has been updated
       via  4af6da495fd9233bfcf002d9addf9c36fe5d9751 (commit)
      from  b60e14588df1d5c45f1ed2751786f7062b709729 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 gschem/src/x_dialog.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)


=================
 Commit Messages
=================

commit 4af6da495fd9233bfcf002d9addf9c36fe5d9751
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    gschem: Make "About" dialog version match --version.

:100644 100644 047a288... 3c673c7... M	gschem/src/x_dialog.c

=========
 Changes
=========

commit 4af6da495fd9233bfcf002d9addf9c36fe5d9751
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    gschem: Make "About" dialog version match --version.

diff --git a/gschem/src/x_dialog.c b/gschem/src/x_dialog.c
index 047a288..3c673c7 100644
--- a/gschem/src/x_dialog.c
+++ b/gschem/src/x_dialog.c
@@ -2119,11 +2119,9 @@ void about_dialog (GSCHEM_TOPLEVEL *w_current)
   GdkPixbuf *logo;
   GError *error = NULL;
 
-  version_string = g_strdup_printf(_("%s%s (%s)"),
-                                   PREPEND_VERSION_STRING,
-                                   PACKAGE_DOTTED_VERSION,
-                                   PACKAGE_DATE_VERSION);
-
+  version_string = g_strdup_printf (_("%s (g%.7s)"),
+                                    PACKAGE_DOTTED_VERSION,
+                                    PACKAGE_GIT_COMMIT);
 
   logo_file = g_strconcat (w_current->toplevel->bitmap_directory,
                            G_DIR_SEPARATOR_S, "gschem-about-logo.png", NULL);




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs