commit libgnomesu for openSUSE:Factory
Hello community, here is the log from the commit of package libgnomesu for openSUSE:Factory checked in at Wed Feb 2 01:34:43 CET 2011. -------- --- GNOME/libgnomesu/libgnomesu.changes 2010-08-31 12:00:03.000000000 +0200 +++ /mounts/work_src_done/STABLE/libgnomesu/libgnomesu.changes 2011-01-26 15:22:28.000000000 +0100 @@ -1,0 +2,7 @@ +Wed Jan 26 14:56:11 CET 2011 - vuntz@opensuse.org + +- Update libgnomesu-modernize.patch: define an icon for the + Continue button. It will only be shown if user configures the + desktop to show icons for buttons. Fix bnc#639203. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgnomesu.spec ++++++ --- /var/tmp/diff_new_pack.oMaW7u/_old 2011-02-02 01:34:08.000000000 +0100 +++ /var/tmp/diff_new_pack.oMaW7u/_new 2011-02-02 01:34:08.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package libgnomesu (Version 1.0.0) +# spec file for package libgnomesu # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ Name: libgnomesu Version: 1.0.0 -Release: 325 +Release: 326 License: LGPLv2.1+ Summary: GNOME su Library Url: http://members.chello.nl/~h.lai/libgnomesu/ ++++++ libgnomesu-modernize.patch ++++++ --- /var/tmp/diff_new_pack.oMaW7u/_old 2011-02-02 01:34:08.000000000 +0100 +++ /var/tmp/diff_new_pack.oMaW7u/_new 2011-02-02 01:34:08.000000000 +0100 @@ -189,7 +189,7 @@ static void clear_entry (GtkWidget *entry) { -@@ -93,26 +224,63 @@ clear_entry (GtkWidget *entry) +@@ -93,26 +224,67 @@ clear_entry (GtkWidget *entry) if (blank) g_free (blank); } @@ -240,6 +240,7 @@ - GtkWidget *table, *input; - GtkWidget *button; + GtkWidget *default_button; ++ GtkWidget *image; + + priv = auth_dialog->_priv = g_new0 (GnomesuAuthDialogPrivate, 1); + @@ -248,6 +249,9 @@ - adialog->_priv = g_new0 (GnomesuAuthDialogPrivate, 1); + gtk_dialog_add_button (dialog, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL); + default_button = gtk_dialog_add_button (dialog, _("C_ontinue"), GTK_RESPONSE_OK); ++ image = gtk_image_new_from_stock (GTK_STOCK_OK, GTK_ICON_SIZE_BUTTON); ++ gtk_button_set_image (GTK_BUTTON (default_button), image); ++ + gtk_widget_set_can_default (default_button, TRUE); + gtk_dialog_set_default_response (dialog, GTK_RESPONSE_OK); + gtk_window_set_default (GTK_WINDOW (dialog), default_button); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de