Mailinglist Archive: opensuse-commit (1262 mails)
| < Previous | Next > |
commit nautilus-ifolder3
- From: root@xxxxxxx (h_root)
- Date: Sat, 2 Sep 2006 19:03:42 +0200 (CEST)
- Message-id: <20060902170342.2E5D595269@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package nautilus-ifolder3
checked in at Sat Sep 2 19:03:42 CEST 2006.
--------
--- nautilus-ifolder3/nautilus-ifolder3.changes 2006-05-31 23:45:00.000000000 +0200
+++ nautilus-ifolder3/nautilus-ifolder3.changes 2006-09-01 19:01:35.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Sep 1 19:00:25 CEST 2006 - jhargadon@xxxxxxx
+
+- added a patch to resolve errors with the changes to eel api
+
+-------------------------------------------------------------------
New:
----
nautilus-ifolder3-eel-errors.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nautilus-ifolder3.spec ++++++
--- /var/tmp/diff_new_pack.8GR3Du/_old 2006-09-02 19:03:19.000000000 +0200
+++ /var/tmp/diff_new_pack.8GR3Du/_new 2006-09-02 19:03:19.000000000 +0200
@@ -19,7 +19,7 @@
License: GPL
Group: System/GUI/Other
Version: 3.4.6146.1
-Release: 1
+Release: 3
Autoreqprov: on
Requires: nautilus >= 2.10.0
Requires: simias >= 1.4
@@ -29,6 +29,7 @@
Summary: Nautilus Plug-In to Add iFolder Support
Source: nautilus-ifolder3-3.4.%{buildnum}.1.tar.gz
Patch: nautilus-ifolder3-lib64.diff
+Patch2: nautilus-ifolder3-eel-errors.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#=============================================================================
@@ -41,6 +42,7 @@
export BUILDNUM=%{buildnum}
%setup -n %{name}-%{version}
%patch
+%patch2
#=============================================================================
%build
@@ -77,6 +79,8 @@
/opt/gnome/share/nautilus-ifolder3/pixmaps/ifolder-folder.png
%changelog -n nautilus-ifolder3
+* Fri Sep 01 2006 - jhargadon@xxxxxxx
+- added a patch to resolve errors with the changes to eel api
* Wed May 31 2006 - ro@xxxxxxx
- remove bogus "obsoletes" line in specfile
* Fri May 26 2006 - jhargadon@xxxxxxxxxx
++++++ nautilus-ifolder3-eel-errors.patch ++++++
--- src/nautilus-ifolder.c
+++ src/nautilus-ifolder.c
@@ -1082,9 +1082,8 @@
GtkDialog *message_dialog;
message_dialog = eel_show_error_dialog (
- errMsg->message,
- errMsg->detail,
errMsg->title,
+ errMsg->message,
GTK_WINDOW (errMsg->window));
gtk_dialog_run (message_dialog);
gtk_object_destroy (GTK_OBJECT (message_dialog));
@@ -1504,7 +1503,6 @@
message_dialog = eel_show_yes_no_dialog (
_("Revert this iFolder to a normal folder?"),
_("This reverts the iFolder back to a normal folder and leaves the files intact. The iFolder is then available from the server and must be set up in a different location to synchronize."),
- _(""),
GTK_STOCK_YES,
GTK_STOCK_NO,
GTK_WINDOW (window));
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |