|
|
Author: mclasen
Update of /cvs/dist/rpms/gnome-panel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1213
Modified Files:
gnome-panel-2.16.1-launcher-copy.patch gnome-panel.spec
Log Message:
fix the fix
gnome-panel-2.16.1-launcher-copy.patch:
launcher.c | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
Index: gnome-panel-2.16.1-launcher-copy.patch
===================================================================
RCS file:
/cvs/dist/rpms/gnome-panel/devel/gnome-panel-2.16.1-launcher-copy.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-panel-2.16.1-launcher-copy.patch 16 Nov 2006 21:27:54 -0000
1.2
+++ gnome-panel-2.16.1-launcher-copy.patch 16 Nov 2006 21:35:43 -0000
1.3
@@ -1,6 +1,16 @@
--- gnome-panel-2.16.1/gnome-panel/launcher.c.launcher-copy 2006-10-01
08:39:40.000000000 -0400
-+++ gnome-panel-2.16.1/gnome-panel/launcher.c 2006-11-16 16:27:10.000000000
-0500
-@@ -1048,12 +1048,20 @@
++++ gnome-panel-2.16.1/gnome-panel/launcher.c 2006-11-16 16:34:41.000000000
-0500
+@@ -305,7 +305,8 @@
+ if (!launcher->location)
+ return;
+
+- if (panel_launcher_get_filename (location)) {
++ location = panel_launcher_get_filename (launcher->location);
++ if (location) {
+ GnomeVFSResult result;
+
+ result = gnome_vfs_unlink (location);
+@@ -1048,12 +1049,20 @@
GnomeVFSURI *dest_uri;
char *new_location;
const char *filename;
Index: gnome-panel.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-panel/devel/gnome-panel.spec,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- gnome-panel.spec 14 Nov 2006 22:44:05 -0000 1.159
+++ gnome-panel.spec 16 Nov 2006 21:35:43 -0000 1.160
@@ -21,7 +21,7 @@
Summary: GNOME panel
Name: gnome-panel
Version: 2.16.1
-Release: 4%{?dist}
+Release: 5%{?dist}
URL: http://www.gnome.org
Source0:
ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gnome-panel/%{name}-%{version}.tar.bz2
Source1: redhat-panel-default-setup.entries
@@ -298,6 +298,10 @@
%{_datadir}/gtk-doc
%changelog
+* Thu Nov 16 2006 Matthias Clasen <mclasen@xxxxxxxxxx> - 2.16.1-5
+- Fix previous patch and also include the fix
+ for gnome bug 359707
+
* Tue Nov 14 2006 Matthias Clasen <mclasen@xxxxxxxxxx> - 2.16.1-4
- Fix copying of launchers by DND, bug 214334
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|