Hello community, here is the log from the commit of package libgnomesu checked in at Sat Apr 1 00:04:54 CEST 2006. -------- --- GNOME/libgnomesu/libgnomesu.changes 2006-03-21 00:42:33.000000000 +0100 +++ libgnomesu/libgnomesu.changes 2006-03-31 21:37:17.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Mar 31 21:36:22 CEST 2006 - danw@suse.de + +- Don't mark the error text as "selectable", since that will make + it focusable as well and mess up the tab order. #162600 + +------------------------------------------------------------------- New: ---- libgnomesu-no-selectable-error.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgnomesu.spec ++++++ --- /var/tmp/diff_new_pack.Rv7HAn/_old 2006-04-01 00:03:52.000000000 +0200 +++ /var/tmp/diff_new_pack.Rv7HAn/_new 2006-04-01 00:03:52.000000000 +0200 @@ -23,13 +23,14 @@ Provides: xsu Obsoletes: xsu Version: 1.0.0 -Release: 18 +Release: 21 Summary: GNOME su Library Source: libgnomesu-%{version}.tar.bz2 Source1: gnomesu-pam.pamd Patch: libgnomesu-libtool.patch Patch1: libgnomesu-1.0.0-xauth-nolookup.patch Patch2: libgnomesu-1.0.0-spin-mainloop.patch +Patch3: libgnomesu-no-selectable-error.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -63,6 +64,7 @@ %patch %patch1 -p1 %patch2 -p1 +%patch3 -p0 cp -a %{S:1} pam-backend/gnomesu-pam %build @@ -155,6 +157,9 @@ %{prefix}/%_lib/libgnomesu.*a %changelog -n libgnomesu +* Fri Mar 31 2006 - danw@suse.de +- Don't mark the error text as "selectable", since that will make + it focusable as well and mess up the tab order. #162600 * Tue Mar 21 2006 - hpj@suse.de - Add patch to make it spin the main loop while waiting for the child to exit. Fixes Novell bug #156445. ++++++ libgnomesu-no-selectable-error.patch ++++++ --- src/gnomesu-auth-dialog.c +++ src/gnomesu-auth-dialog.c @@ -200,7 +200,6 @@ /* Mode label */ adialog->_priv->mode_label = label = gtk_label_new (""); gtk_misc_set_alignment (GTK_MISC (label), 0.5, 0.5); - gtk_label_set_selectable (GTK_LABEL (label), TRUE); gtk_label_set_line_wrap (GTK_LABEL (label), TRUE); gtk_widget_modify_font (label, pango_font_description_from_string ("Bold")); gtk_box_pack_start (GTK_BOX (vbox), label, FALSE, TRUE, 0); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de