From fe3c32f28c1a06344d1ab0cec13e0e36b5ba2da9 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 7 May 2017 19:25:57 +0200 Subject: app-resizer: fix a build warning --- libslab/app-resizer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1