commiting warning fix



I'm gonna commit this patch:

diff -u -p -r1.11 gnome-keyring-ask.c
--- gnome-keyring-ask.c 23 Jun 2005 07:45:40 -0000      1.11
+++ gnome-keyring-ask.c 30 Aug 2005 07:45:23 -0000
@@ -90,7 +90,7 @@ run_dialog (const char *title,
        GtkWidget *image;
        const char *password;
 
-       dialog = gtk_dialog_new_with_buttons (title , NULL, 0, NULL);
+       dialog = gtk_dialog_new_with_buttons (title , NULL, 0, NULL, NULL);
        gtk_window_set_icon_name(GTK_WINDOW(dialog), "stock_lock");
        gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
        gtk_container_set_border_width (GTK_CONTAINER (dialog), 6);

to gnome-keyring. It fixes a warning from some gcc version that can make
the cvs build fail (-Werror).

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Alexander Larsson                                            Red Hat, Inc 
                   alexl redhat com    alla lysator liu se 
He's an oversexed devious romance novelist fleeing from a secret government 
programme. She's a provocative punk femme fatale who believes she is the 
reincarnation of an ancient Egyptian queen. They fight crime! 




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