diff options
Diffstat (limited to 'plugins/calendar-http/calendar-http.c')
-rw-r--r-- | plugins/calendar-http/calendar-http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/calendar-http/calendar-http.c b/plugins/calendar-http/calendar-http.c index b0b2560cac..a4524401be 100644 --- a/plugins/calendar-http/calendar-http.c +++ b/plugins/calendar-http/calendar-http.c @@ -168,7 +168,7 @@ e_calendar_http_secure (EPlugin *epl, if (GTK_IS_TABLE (data->parent)) { gint row; - + g_object_get (data->parent, "n-rows", &row, NULL); gtk_table_attach (GTK_TABLE (data->parent), grid, 1, 2, row , row + 1, GTK_FILL, 0, 0, 0); |