From 122bd6c6b709de535f9dd55c5c73c0943ded164c Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 17 Dec 2015 16:26:46 +0300 Subject: timer: fix build warning --- timerapplet/timerapplet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timerapplet/timerapplet.c b/timerapplet/timerapplet.c index dee75511..ac12a77a 100644 --- a/timerapplet/timerapplet.c +++ b/timerapplet/timerapplet.c @@ -295,7 +295,7 @@ timer_preferences_callback (GtkAction *action, TimerApplet *applet) GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, NULL)); - table = gtk_table_new (6, 2, FALSE); + table = GTK_TABLE (gtk_table_new (6, 2, FALSE)); gtk_table_set_row_spacings (table, 12); gtk_table_set_col_spacings (table, 12); -- cgit v1.2.1