rpms/system-config-users/F-8 system-config-users-1.2.72-html_display.patch, NONE, 1.1 system-config-users.spec, 1.71, 1.72

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Mon Dec 10 14:50:07 UTC 2007


Author: nphilipp

Update of /cvs/pkgs/rpms/system-config-users/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23375

Modified Files:
	system-config-users.spec 
Added Files:
	system-config-users-1.2.72-html_display.patch 
Log Message:
fix display of on-line help (#416601)


system-config-users-1.2.72-html_display.patch:

--- NEW FILE system-config-users-1.2.72-html_display.patch ---
diff -up system-config-users-1.2.72/src/mainWindow.py.html_display system-config-users-1.2.72/src/mainWindow.py
--- system-config-users-1.2.72/src/mainWindow.py.html_display	2007-10-16 10:25:32.000000000 +0200
+++ system-config-users-1.2.72/src/mainWindow.py	2007-12-10 15:45:51.000000000 +0100
@@ -619,11 +619,11 @@ class mainWindow:
         help_pages = ["file:///usr/share/doc/system-config-users-@VERSION@/user-new.html",
                       "file:///usr/share/doc/system-config-users-@VERSION@/group-new.html",]
         page = help_pages [self.notebook.get_current_page ()]
-        html_display (page)
+        self.html_display (page)
 
     def on_manual_button_clicked(self, *args):
         page = "file:///usr/share/doc/system-config-users-@VERSION@/index.html"
-        html_display (page)
+        self.html_display (page)
 
     def on_exit1_activate(self, *args):
         if gtk.__dict__.has_key ("main_quit"):


Index: system-config-users.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/F-8/system-config-users.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- system-config-users.spec	16 Oct 2007 08:27:55 -0000	1.71
+++ system-config-users.spec	10 Dec 2007 14:49:32 -0000	1.72
@@ -1,7 +1,7 @@
 Summary: A graphical interface for administering users and groups
 Name: system-config-users
 Version: 1.2.72
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/users
 License: GPLv2+
 Group: Applications/System
@@ -10,6 +10,7 @@
 # We are upstream, thus the source is only available from within this source
 # package.
 Source: system-config-users-%{version}.tar.bz2
+Patch0: system-config-users-1.2.72-html_display.patch
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: intltool
@@ -49,6 +50,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .html_display
 
 %build
 make %{?_smp_mflags}
@@ -94,6 +96,9 @@
 %config(noreplace) %{_sysconfdir}/sysconfig/system-config-users
 
 %changelog
+* Tue Oct 16 2007 Nils Philippsen <nphilipp at redhat.com> - 1.2.72-2
+- fix display of on-line help (#416601)
+
 * Tue Oct 16 2007 Nils Philippsen <nphilipp at redhat.com> - 1.2.72-1
 - make /usr/share/system-config-users/system-config-users.py executable again
 




More information about the fedora-extras-commits mailing list