Author: lslezak Date: Wed Oct 5 15:21:04 2011 New Revision: 66270 URL: http://svn.opensuse.org/viewcvs/yast?rev=66270&view=rev Log: - removed non-functional "Close software manager when done" check box from the confirmation popup (bnc#718636) - 2.21.98 Modified: branches/SuSE-Code-11-SP2-Branch/gtk/VERSION branches/SuSE-Code-11-SP2-Branch/gtk/VERSION.cmake branches/SuSE-Code-11-SP2-Branch/gtk/package/yast2-gtk.changes branches/SuSE-Code-11-SP2-Branch/gtk/src/pkg/ygtkpkgundolist.cc Modified: branches/SuSE-Code-11-SP2-Branch/gtk/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/gtk/VERSION?rev=66270&r1=66269&r2=66270&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/gtk/VERSION (original) +++ branches/SuSE-Code-11-SP2-Branch/gtk/VERSION Wed Oct 5 15:21:04 2011 @@ -1 +1 @@ -2.21.94 +2.21.98 Modified: branches/SuSE-Code-11-SP2-Branch/gtk/VERSION.cmake URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/gtk/VERSION.cmake?rev=66270&r1=66269&r2=66270&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/gtk/VERSION.cmake (original) +++ branches/SuSE-Code-11-SP2-Branch/gtk/VERSION.cmake Wed Oct 5 15:21:04 2011 @@ -1,3 +1,3 @@ SET(VERSION_MAJOR "2") SET(VERSION_MINOR "21") -SET(VERSION_PATCH "94") +SET(VERSION_PATCH "98") Modified: branches/SuSE-Code-11-SP2-Branch/gtk/package/yast2-gtk.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/gtk/package/yast2-gtk.changes?rev=66270&r1=66269&r2=66270&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/gtk/package/yast2-gtk.changes (original) +++ branches/SuSE-Code-11-SP2-Branch/gtk/package/yast2-gtk.changes Wed Oct 5 15:21:04 2011 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Oct 5 12:48:52 UTC 2011 - lslezak@suse.cz + +- removed non-functional "Close software manager when done" check + box from the confirmation popup (bnc#718636) +- 2.21.98 + +------------------------------------------------------------------- Tue Aug 02 01:45:00 WET 2011 - rpmcruz@alunos.dcc.fc.up.pt - 2.21.97 Modified: branches/SuSE-Code-11-SP2-Branch/gtk/src/pkg/ygtkpkgundolist.cc URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/gtk/src/pkg/ygtkpkgundolist.cc?rev=66270&r1=66269&r2=66270&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/gtk/src/pkg/ygtkpkgundolist.cc (original) +++ branches/SuSE-Code-11-SP2-Branch/gtk/src/pkg/ygtkpkgundolist.cc Wed Oct 5 15:21:04 2011 @@ -304,8 +304,9 @@ GtkWidget *vbox = gtk_vbox_new (FALSE, 6); gtk_box_pack_start (GTK_BOX (vbox), view.getWidget(), TRUE, TRUE, 0); gtk_box_pack_start (GTK_BOX (vbox), change_size.getWidget(), FALSE, TRUE, 0); - if (onApply) - gtk_box_pack_start (GTK_BOX (vbox), create_close_when_done_check(), FALSE, TRUE, 0); +// "Close software manager when done" checkbox is disabled - PKGMGR_ACTION_AT_EXIT is not available in SLE11-SP2 +// if (onApply) +// gtk_box_pack_start (GTK_BOX (vbox), create_close_when_done_check(), FALSE, TRUE, 0); gtk_widget_show (vbox); gtk_container_add (GTK_CONTAINER (GTK_DIALOG (dialog)->vbox), vbox); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org