[balsa] Do not use old style declaration



commit 34dc993c99df1ddf95eefd88c0efeac1bcdd16e6
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Sat Jul 15 17:39:19 2017 -0400

    Do not use old style declaration
    
        * libbalsa/address.c (libbalsa_address_get_edit_widget): do not
        use old style declaration.

 ChangeLog          |    5 +++++
 libbalsa/address.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3439b0e..ec8f26a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-07-15  Peter Bloomfield  <pbloomfield bellsouth net>
+
+       * libbalsa/address.c (libbalsa_address_get_edit_widget): do not
+       use old style declaration.
+
 2017-07-15  Albrecht Dreß
 
        * libbalsa/libbalsa-progress.c (revealer_destroy_notify),
diff --git a/libbalsa/address.c b/libbalsa/address.c
index 0e85aab..d1a7e25 100644
--- a/libbalsa/address.c
+++ b/libbalsa/address.c
@@ -948,7 +948,7 @@ libbalsa_address_get_edit_widget(const LibBalsaAddress *address,
                                  GtkWidget **entries,
                                  GCallback changed_cb, gpointer changed_data)
 {
-    const static gchar *labels[NUM_FIELDS] = {
+    static const gchar *labels[NUM_FIELDS] = {
        N_("D_isplayed Name:"),
        N_("_First Name:"),
        N_("_Last Name:"),


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