CVS: sylpheedclaws/plugins/vcalendar/src vcal_meeting_gtk.c,1.1.2.49,1.1.2.50
[email protected] Fri, 29 Dec 2006 11:27:05 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/plugins/vcalendar/src
In directory sunsite.dk:/tmp/cvs-serv17494/src
Modified Files:
Tag: gtk2
vcal_meeting_gtk.c
Log Message:
2006-12-29 [colin] 1.91.0cvs11
* src/vcal_meeting_gtk.c
Fix alertpanel on automatic export
Index: vcal_meeting_gtk.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/vcalendar/src/vcal_meeting_gtk.c,v
retrieving revision 1.1.2.49
retrieving revision 1.1.2.50
diff -u -d -r1.1.2.49 -r1.1.2.50
--- vcal_meeting_gtk.c 2006/12/28 17:12:20 1.1.2.49
+++ vcal_meeting_gtk.c 2006/12/29 11:26:57 1.1.2.50
@@ -1645,7 +1645,7 @@
if (g_slist_length(list) == 0 && g_slist_length(subs) == 0) {
g_slist_free(list);
g_slist_free(subs);
- if (path == NULL) {
+ if (!automatic) {
alertpanel_full(_("Empty calendar"),
_("There is nothing to export."),
GTK_STOCK_OK, NULL, NULL, FALSE,