[gnome-settings-daemon] housekeeping: Remove deprecated function



commit 47d10b7bb360c7db5c564f3c531ffdf68fd0ee2a
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Sep 20 18:43:11 2010 +0100

    housekeeping: Remove deprecated function
    
    gtk_dialog_set_has_separator() is deprecated now.

 plugins/housekeeping/gsd-ldsm-dialog.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plugins/housekeeping/gsd-ldsm-dialog.c b/plugins/housekeeping/gsd-ldsm-dialog.c
index 8b9851b..c02352c 100644
--- a/plugins/housekeeping/gsd-ldsm-dialog.c
+++ b/plugins/housekeeping/gsd-ldsm-dialog.c
@@ -210,9 +210,6 @@ gsd_ldsm_dialog_init (GsdLdsmDialog *dialog)
         gtk_window_set_focus_on_map (GTK_WINDOW (dialog), FALSE);
         gtk_container_set_border_width (GTK_CONTAINER (dialog), 5);
 
-        /* We don't want a separator - they're really ugly */
-        gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
-
         /* Create the image */
         image = gtk_image_new_from_stock (GTK_STOCK_DIALOG_WARNING, GTK_ICON_SIZE_DIALOG);
         gtk_misc_set_alignment (GTK_MISC (image), 0.5, 0.0);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]