Allow browser to close even if windows are still open

Cleanup imports in gui_utils.py
This commit is contained in:
Dan Walsh 2011-04-13 16:39:19 -04:00
parent 8615f8e612
commit 5abe99fa11
3 changed files with 24 additions and 4 deletions

3
.gitignore vendored
View File

@ -130,3 +130,6 @@ setroubleshoot-2.2.93.tar.gz
/setroubleshoot-3.0.24.tar.gz
/setroubleshoot-3.0.25.tar.gz
/setroubleshoot-3.0.26.tar.gz
/setroubleshoot-3.0.27.tar.gz
/setroubleshoot-3.0.31.tar.gz
/setroubleshoot-3.0.32.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot
Version: 3.0.26
Version: 3.0.32
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -17,8 +17,6 @@ BuildRequires: desktop-file-utils dbus-glib-devel gtk2-devel libnotify-devel aud
Requires: %{name}-server = %{version}-%{release}
Requires: %{name}-plugins >= 2.0.4
Requires: pygtk2 >= 2.9.2
Requires: gnome-python2-gnome, gnome-python2-canvas
Requires: gnome-python2-gtkhtml2
Requires: gtk2
Requires: dbus
Requires: dbus-python
@ -206,6 +204,25 @@ Setroubleshoot documentation package
%{pkgdocdir}/setroubleshoot*
%changelog
* Mon Apr 11 2011 <dwalsh@redhat.com> - 3.0.31-1
- Allow browser to close even if windows are still open
- Cleanup imports in gui_utils.py
* Tue Mar 1 2011 <dwalsh@redhat.com> - 3.0.30-1
- Change seapplet to only check for AVCs on login, if checkonlogin flag is turned on in ~/.setroubleshoot file
- Fix list_all_alerts bug causing crash on bad type
* Mon Feb 21 2011 <dwalsh@redhat.com> - 3.0.29-1
- Fix handling of "/" in alert list
- Update translations
* Fri Feb 18 2011 <dwalsh@redhat.com> - 3.0.28-1
- Tighten up screen to fit on little screens
* Wed Feb 16 2011 <dwalsh@redhat.com> - 3.0.27-1
- Remove dependance on gnome python modules
- Update translations
* Wed Feb 9 2011 <dwalsh@redhat.com> - 3.0.26-1
- Cleanup handling of current_alert
- Change Details button to say Plugin\nDetails

View File

@ -1 +1 @@
4c948c6d70b51cb6fcb1e0900370da28 setroubleshoot-3.0.26.tar.gz
863162d441847e6cc2208960f502ce90 setroubleshoot-3.0.32.tar.gz