diff options
Diffstat (limited to 'libslab/app-resizer.c')
-rw-r--r-- | libslab/app-resizer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libslab/app-resizer.c b/libslab/app-resizer.c index 5aadcb86..d26303be 100644 --- a/libslab/app-resizer.c +++ b/libslab/app-resizer.c @@ -81,7 +81,7 @@ resize_table (GtkTable * table, gint columns, GList * launcher_list) static void relayout_table (GtkTable * table, GList * element_list) { - gint maxcols, maxrows; + guint maxcols, maxrows; gtk_table_get_size (GTK_TABLE (table), &maxrows, &maxcols); gint row = 0, col = 0; do |