[gnome-terminal] all: Fix -Wsign-compare warning
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] all: Fix -Wsign-compare warning
- Date: Thu, 3 May 2012 19:07:52 +0000 (UTC)
commit 9805f92f3bf192226689901047d43ea2aea99421
Author: Christian Persch <chpe gnome org>
Date: Mon Apr 16 18:42:53 2012 +0200
all: Fix -Wsign-compare warning
src/profile-editor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/profile-editor.c b/src/profile-editor.c
index 1355fa2..c9ca8a8 100644
--- a/src/profile-editor.c
+++ b/src/profile-editor.c
@@ -432,7 +432,7 @@ init_color_scheme_menu (GtkWidget *widget)
GtkCellRenderer *renderer;
GtkTreeIter iter;
GtkListStore *store;
- int i;
+ guint i;
store = gtk_list_store_new (1, G_TYPE_STRING);
for (i = 0; i < G_N_ELEMENTS (color_schemes); ++i)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]