[gcalctool/gnome-2-26] Released 5.26.3



commit b15e9d53f12aab3e83717ef079fa4b2abc397729
Author: Robert Ancell <robert ancell gmail com>
Date:   Tue Jun 30 16:14:10 2009 +1000

    Released 5.26.3

 ChangeLog       |    7 +++++++
 NEWS            |    8 +++++++-
 README          |    2 +-
 configure.in    |    2 +-
 gcalctool/gtk.c |    2 +-
 5 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 99642b2..252a9b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,13 @@
 gcalctool change history.
 =========================
 
+2009-06-30 Robert Ancell <robert ancell gmail com>
+
+    * README:
+      NEWS:
+      configure.in:
+      Released a gcalctool v5.26.3 tarball.
+
 2009-05-17 Robert Ancell <robert ancell gmail com>
 
     * Remove negative sign from numbers rounded to zero.  This is only a partial fix as
diff --git a/NEWS b/NEWS
index 78c15bb..ad9169f 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,13 @@
  *  Copyright (c) 1987-2009 Sun Microsystems, Inc.
  *  All Rights Reserved.
  */
- 
+
+Overview of changes in gcalctool 5.26.3
+
+    * Updated documentation : cs (Marek Cernocky)
+
+    * Updated translations: ca valencia (Miquel Esplà), cs (Marek Cernocky)
+
 Overview of changes in gcalctool 5.26.2
 
     * Remove negative sign from numbers rounded to zero.  This is only a partial fix as
diff --git a/README b/README
index 7cbdad0..d9a9383 100644
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ CONTENTS:
 1. Introduction.
 ----------------
 
-This is v5.26.2 of gcalctool, the calculator application that was previously
+This is v5.26.3 of gcalctool, the calculator application that was previously
 in the OpenWindows Deskset of the Solaris 8 operating system. 
 Sun Microsystems Inc. have kindly given me permission to release it.
 
diff --git a/configure.in b/configure.in
index 892f392..64a1478 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(gcalctool, 5.26.2)
+AM_INIT_AUTOMAKE(gcalctool, 5.26.3)
 AC_CONFIG_MACRO_DIR([m4])
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
diff --git a/gcalctool/gtk.c b/gcalctool/gtk.c
index 16fc004..cf5b989 100644
--- a/gcalctool/gtk.c
+++ b/gcalctool/gtk.c
@@ -1817,7 +1817,7 @@ get_display()              /* The Copy function key has been pressed. */
     if (gtk_text_buffer_get_selection_bounds(X.display_buffer, &start, &end) == TRUE) {
         string = gtk_text_buffer_get_text(X.display_buffer, &start, &end, FALSE);
     } else {
-        string = ui_get_display();
+        string = g_strdup(ui_get_display());
     }
 
     if (X.shelf != NULL) {



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