[monkey-bubble: 87/753] *.c s/gtk_container_border_width/gtk_container_set_border_width/



commit 72eb6dca661a1ae39f2bdcfcbee3219a69aaa755
Author: Stuart Parmenter <pavlov pavlov net>
Date:   Sat Nov 28 18:28:15 1998 +0000

    *.c s/gtk_container_border_width/gtk_container_set_border_width/
    
    1998-11-28  Stuart Parmenter  <pavlov pavlov net>
    
            * *.c
            s/gtk_container_border_width/gtk_container_set_border_width/
            s/gtk_window_position/gtk_window_set_position/
            s/gtk_notebook_current_page/gtk_notebook_get_current_page/
    
            * gnome-dialog.c:
            make sure that we initialize the action_area if the buttons args are
            null.  Martin: this isn't how you had just changed things, but this
            breaks Balsa the way you have it.

 libgnomeui/gnome-scores.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgnomeui/gnome-scores.c b/libgnomeui/gnome-scores.c
index bb60453..da7e985 100644
--- a/libgnomeui/gnome-scores.c
+++ b/libgnomeui/gnome-scores.c
@@ -123,7 +123,7 @@ gnome_scores_new (  guint n_scores,
 			    GTK_WIDGET(table),
 			    TRUE, TRUE, 0);
 
-	gtk_container_border_width (GTK_CONTAINER (gs), 5);
+	gtk_container_set_border_width (GTK_CONTAINER (gs), 5);
 
 
 	gnome_dialog_set_close (GNOME_DIALOG (gs), TRUE);



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