summaryrefslogtreecommitdiff
path: root/src/file-manager/fm-list-model.c
diff options
context:
space:
mode:
authorJody Goldberg <jody@gnome.org>2002-04-24 14:40:56 +0000
committerJody Goldberg <jody@src.gnome.org>2002-04-24 14:40:56 +0000
commit1cd3466d0cadecbe31ede6da1a689cf6882edfdd (patch)
tree8c63b8fa433aeb2f387b7b8ffcba2e637fd21c8f /src/file-manager/fm-list-model.c
parent5139840ce72abdbc3ffbf1ae53227227febc3c89 (diff)
downloadnautilus-1cd3466d0cadecbe31ede6da1a689cf6882edfdd.tar.gz
suppress warning to fix the build.
2002-04-24 Jody Goldberg <jody@gnome.org> * src/file-manager/fm-list-model.c (fm_list_model_get_attribute_from_sort_column_id) : suppress warning to fix the build.
Diffstat (limited to 'src/file-manager/fm-list-model.c')
-rw-r--r--src/file-manager/fm-list-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file-manager/fm-list-model.c b/src/file-manager/fm-list-model.c
index e76f29329..0959e79e7 100644
--- a/src/file-manager/fm-list-model.c
+++ b/src/file-manager/fm-list-model.c
@@ -719,7 +719,7 @@ fm_list_model_get_sort_column_id_from_attribute (const char *attribute)
char *
fm_list_model_get_attribute_from_sort_column_id (int sort_column_id)
{
- int i;
+ guint i;
for (i = 0; i < G_N_ELEMENTS (attributes); i++) {
if (attributes[i].sort_column_id == sort_column_id) {