Accepting request 39519 from home:msmeissn:branches:GNOME:Factory

Copy from home:msmeissn:branches:GNOME:Factory/file-roller via accept of submit request 39519 revision 3.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/39519
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/file-roller?expand=0&rev=75
This commit is contained in:
Magnus Boman 2010-05-06 21:39:51 +00:00 committed by Git OBS Bridge
parent 7b97185f3a
commit 0a3be951fd
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,13 @@
Index: file-roller-2.30.1.1/src/eggtreemultidnd.c
===================================================================
--- file-roller-2.30.1.1.orig/src/eggtreemultidnd.c
+++ file-roller-2.30.1.1/src/eggtreemultidnd.c
@@ -310,7 +310,7 @@ egg_tree_multi_drag_motion_event (GtkWid
selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (widget));
gtk_tree_selection_selected_foreach (selection, selection_foreach, &path_list);
if (path_list == NULL)
- return;
+ return FALSE;
path_list = g_list_reverse (path_list);

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 5 19:24:57 CEST 2010 - meissner@suse.de
- fixed 1 void return warning
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 29 14:23:48 CEST 2010 - dimstar@opensuse.org Thu Apr 29 14:23:48 CEST 2010 - dimstar@opensuse.org

View File

@ -25,6 +25,7 @@ Summary: An Archive Manager for GNOME
Url: http://fileroller.sourceforge.net Url: http://fileroller.sourceforge.net
Group: Productivity/Archiving/Compression Group: Productivity/Archiving/Compression
Source: ftp://ftp.gnome.org/pub/GNOME/sources/file-roller/2.18/%{name}-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/GNOME/sources/file-roller/2.18/%{name}-%{version}.tar.bz2
Patch0: %name-voidreturn.patch
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gconf2-devel BuildRequires: gconf2-devel
BuildRequires: glib2-devel BuildRequires: glib2-devel
@ -89,6 +90,7 @@ This package contains a plugin to integrate File Roller into Nautilus.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
%patch0 -p1
translation-update-upstream translation-update-upstream
%build %build