[gnome-panel/gtk3] fish: Removed deprecated gtk_dialog_set_has_separator



commit 25825f544c217228ea5ea499decc922951d5903c
Author: Germán Póo-Caamaño <gpoo gnome org>
Date:   Sun Jan 30 20:11:25 2011 -0800

    fish: Removed deprecated gtk_dialog_set_has_separator
    
    Signed-off-by: Germán Póo-Caamaño <gpoo gnome org>

 applets/fish/fish.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/applets/fish/fish.c b/applets/fish/fish.c
index 684e828..ee5799b 100644
--- a/applets/fish/fish.c
+++ b/applets/fish/fish.c
@@ -909,8 +909,6 @@ display_fortune_dialog (FishApplet *fish)
 
 		gtk_window_set_icon_name (GTK_WINDOW (fish->fortune_dialog),
 					  FISH_ICON);
-		gtk_dialog_set_has_separator (
-			GTK_DIALOG (fish->fortune_dialog), FALSE);
 
 		gtk_dialog_set_default_response (
 			GTK_DIALOG (fish->fortune_dialog), GTK_RESPONSE_CLOSE);



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