From 6841ac965e7b2fc8f00a74b4ceea88bfb70332aa Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 5 Feb 2014 15:14:54 +0100 Subject: timerapplet: Add GTK3 support --- timerapplet/timerapplet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timerapplet/timerapplet.c') diff --git a/timerapplet/timerapplet.c b/timerapplet/timerapplet.c index 8e64c14f..6a50e244 100644 --- a/timerapplet/timerapplet.c +++ b/timerapplet/timerapplet.c @@ -361,7 +361,7 @@ timer_preferences_callback (GtkAction *action, TimerApplet *applet) 0, 0); g_settings_bind (applet->settings, SHOW_DIALOG_KEY, widget, "active", G_SETTINGS_BIND_DEFAULT); - gtk_box_pack_start_defaults (GTK_BOX (dialog->vbox), GTK_WIDGET (table)); + gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (dialog)), GTK_WIDGET (table), TRUE, TRUE, 0); g_signal_connect (dialog, "response", G_CALLBACK (gtk_widget_destroy), dialog); -- cgit v1.2.1