From df732dc9afe00ca4dea2a3c39fb852e1ee6846ca Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sat, 31 Dec 2011 18:10:02 +0100 Subject: ephy-session: use GTK's method to get the content area Now we can remove our internal implementation. --- src/ephy-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-session.c') diff --git a/src/ephy-session.c b/src/ephy-session.c index 39ac29fdb..c7771fbde 100644 --- a/src/ephy-session.c +++ b/src/ephy-session.c @@ -252,7 +252,7 @@ client_quit_requested_cb (EggSMClient *sm_client, gtk_label_set_line_wrap (GTK_LABEL (data->label), TRUE); confirm_shutdown_dialog_update_timeout_label (data); - box = ephy_gui_message_dialog_get_content_box (dialog); + box = gtk_dialog_get_content_area (GTK_DIALOG (dialog)); gtk_box_pack_end (GTK_BOX (box), data->label, FALSE, FALSE, 0); gtk_widget_show (data->label); -- cgit v1.2.3