[gthumb] _gtk_combo_box_add_image_sizes: add all the sizes
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] _gtk_combo_box_add_image_sizes: add all the sizes
- Date: Tue, 4 Sep 2012 18:49:25 +0000 (UTC)
commit 1e6daf8c9ac0895274a79e685e2542c4961ad71d
Author: Paolo Bacchilega <paobac src gnome org>
Date: Tue Sep 4 20:32:30 2012 +0200
_gtk_combo_box_add_image_sizes: add all the sizes
gthumb/gtk-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gtk-utils.c b/gthumb/gtk-utils.c
index 7544fef..e907b2f 100644
--- a/gthumb/gtk-utils.c
+++ b/gthumb/gtk-utils.c
@@ -1042,7 +1042,7 @@ _gtk_combo_box_add_image_sizes (GtkComboBox *combo_box,
list_store = GTK_LIST_STORE (gtk_combo_box_get_model (combo_box));
active_index = 0;
- for (i = 1; i < G_N_ELEMENTS (ImageSizeValues); i++) {
+ for (i = 0; i < G_N_ELEMENTS (ImageSizeValues); i++) {
GtkTreeIter iter;
char *name;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]