[gnome-commander] Fix for bug introduced in commit bc0a9bae28354a322d62760024627c2d183b1e5a



commit 9caf262b6f9ad58fd9bc3d9f03797ab9903bf88e
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Tue Dec 6 23:38:59 2011 +0100

    Fix for bug introduced in commit bc0a9bae28354a322d62760024627c2d183b1e5a

 src/gnome-cmd-advrename-profile-component.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-advrename-profile-component.cc b/src/gnome-cmd-advrename-profile-component.cc
index 072a6e4..53c6829 100644
--- a/src/gnome-cmd-advrename-profile-component.cc
+++ b/src/gnome-cmd-advrename-profile-component.cc
@@ -962,7 +962,7 @@ static void gnome_cmd_advrename_profile_component_init (GnomeCmdAdvrenameProfile
         gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5);
         component->priv->counter_digits_combo = combo = gtk_combo_box_new_text ();
 
-        static const char *digit_widths[] = {N_("auto"),"1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16"};
+        static const char *digit_widths[] = {N_("auto"),"1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16",NULL};
 
         for (const char **i=digit_widths; *i; ++i)
             gtk_combo_box_append_text (GTK_COMBO_BOX (combo), *i);



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