- Update to 2.11.92
This commit is contained in:
parent
dff5604e97
commit
e7ca2b93c6
@ -1,11 +0,0 @@
|
|||||||
--- evolution-2.11.91/calendar/gui/e-cal-popup.c.compilation-breakage 2007-08-24 02:50:09.000000000 -0400
|
|
||||||
+++ evolution-2.11.91/calendar/gui/e-cal-popup.c 2007-08-28 15:01:22.000000000 -0400
|
|
||||||
@@ -693,7 +693,7 @@
|
|
||||||
|
|
||||||
source = e_source_selector_peek_primary_selection (selector);
|
|
||||||
uri = e_source_get_uri (source);
|
|
||||||
- if (!uri || (g_strncasecmp (uri, "file://", 7) && g_strncasecmp (uri, "contacts://", 11))) {
|
|
||||||
+ if (!uri || (g_ascii_strncasecmp (uri, "file://", 7) && g_ascii_strncasecmp (uri, "contacts://", 11))) {
|
|
||||||
/* check for e_target_selector's offline_status property here */
|
|
||||||
offline = e_source_get_property (source, "offline");
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
@ -30,7 +30,7 @@
|
|||||||
- default:
|
- default:
|
||||||
- string = NULL;
|
- string = NULL;
|
||||||
- index = NORMALISED_LAST;
|
- index = NORMALISED_LAST;
|
||||||
- g_assert_not_reached ();
|
- g_warning ("Should not be reached\n");
|
||||||
- }
|
- }
|
||||||
-
|
-
|
||||||
- /* slight optimisation */
|
- /* slight optimisation */
|
||||||
|
@ -523,6 +523,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/conduits/libeaddress_conduit.so
|
%{_libdir}/evolution/%{evo_major}/conduits/libeaddress_conduit.so
|
||||||
%{_libdir}/gnome-pilot/conduits/e-address.conduit
|
%{_libdir}/gnome-pilot/conduits/e-address.conduit
|
||||||
|
|
||||||
|
%{_libdir}/evolution/%{evo_major}/conduits/libecalendar_common_conduit.so
|
||||||
%{_libdir}/evolution/%{evo_major}/conduits/libecalendar_conduit.so
|
%{_libdir}/evolution/%{evo_major}/conduits/libecalendar_conduit.so
|
||||||
%{_libdir}/gnome-pilot/conduits/e-calendar.conduit
|
%{_libdir}/gnome-pilot/conduits/e-calendar.conduit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user