9a9d6aacb2
Setting the e-source properties after both folder rename and new folder
...
creation. Fixes #328578 and #338876 .
svn path=/trunk/; revision=31831
2006-04-19 10:27:27 +00:00
4b751afce2
Add default color to the GW source created. Fixes #167102
...
2006-04-19 Harish Krishnaswamy <kharish@novell.com >
* camel-gw-listener.c: (add_esource):
Add default color to the GW source created.
Fixes #167102 (bugzilla.novell.com).
svn path=/trunk/; revision=31830
2006-04-19 07:09:09 +00:00
9e929ed567
Don't try and send a dbus message if the bus is down.
...
2006-04-18 Jeffrey Stedfast <fejj@novell.com >
* new-mail-notify.c (org_gnome_message_reading_notify): Don't try
and send a dbus message if the bus is down.
(org_gnome_new_mail_notify): Same.
(init_dbus): New function to init the dbus connection and setup
handlers for when the bus gets unexpectedly disconnected.
(e_plugin_lib_enable): When the plugin gets disabled, unref the
dbus connection and reset it back to NULL.
svn path=/trunk/; revision=31827
2006-04-18 15:28:45 +00:00
e027656d8d
Return TRUE in case of non-exchange accounts. Fixes #338198 .
...
svn path=/trunk/; revision=31819
2006-04-17 09:36:16 +00:00
a7373b9438
Handling rename opearion for public and subscribed folders.
...
Fixes #328813 and #315522 .
svn path=/trunk/; revision=31792
2006-04-10 03:54:09 +00:00
9d82014a94
Corrected the rename folder operation and also not allowing the rename
...
of standard folders. Fixes #310433 .
svn path=/trunk/; revision=31780
2006-04-06 16:36:22 +00:00
c127a3bc1b
** Fixes #333881 Set an empty string instead of null for a TEXT entry.
...
2006-03-28 Jeff Cai <jeff.cai@sun.com >
** Fixes #333881
* caldav-source.c: (oge_caldav):
Set an empty string instead of null for a TEXT entry.
svn path=/trunk/; revision=31749
2006-03-28 06:26:00 +00:00
a45da7ee97
Fixes the first time account setup issue.
...
svn path=/trunk/; revision=31691
2006-03-11 09:44:44 +00:00
c325ae6638
Fix for Bug 331023
...
svn path=/trunk/; revision=31680
2006-03-10 07:03:25 +00:00
28a79ecadd
added a bug id which was fixed with the previous patch.
...
svn path=/trunk/; revision=31679
2006-03-10 06:44:07 +00:00
83c00f8e8d
Freeing GConfValue. See #329251 .
...
svn path=/trunk/; revision=31650
2006-03-06 05:40:18 +00:00
ed27f0db52
Not unrefing the account passed to the signal handler. Fixes #332129 .
...
svn path=/trunk/; revision=31649
2006-03-06 05:27:23 +00:00
d8727b9916
included the header file, authentication.h
...
svn path=/trunk/; revision=31638
2006-03-04 10:16:29 +00:00
15f1ed069f
fixes #330974 .
...
svn path=/trunk/; revision=31637
2006-03-04 10:11:58 +00:00
70ef20e9fb
Fixes #328389
...
svn path=/trunk/; revision=31632
2006-03-03 13:46:52 +00:00
faeb1107d2
Takes care of non SSL accounts too. Fixes #332948
...
2006-03-01 Sankar P <psankar@novell.com >
* proxy-login.c: (proxy_get_password)
(proxy_login_get_cnc):
Takes care of non SSL accounts too.
Fixes #332948
svn path=/trunk/; revision=31615
2006-03-01 06:43:51 +00:00
3958832d1d
fixing a leak.
...
2006-02-28 Christian Kellner <gicmo@gnome.org >
* evolution/plugins/addressbook-file/addressbook-file.c:
* evolution/plugins/calendar-file/calendar-file.c:
fixing a leak.
svn path=/trunk/; revision=31609
2006-02-28 11:24:09 +00:00
6e8744011c
Fixed the typo "retrun" to "return"
...
svn path=/trunk/; revision=31592
2006-02-27 11:25:41 +00:00
fe71fc1db2
Commited fix for crash during startup.
...
svn path=/trunk/; revision=31591
2006-02-27 09:22:15 +00:00
6b93ed2f65
NULL check for accounts. Fixes #332185 .
...
svn path=/trunk/; revision=31590
2006-02-27 09:11:33 +00:00
02f4fc5437
Trying to get the exchange account, only when invoked for exchange account
...
and also not showing the folder permissions dialog when invoked in offline
mode. See #332514 .
svn path=/trunk/; revision=31585
2006-02-27 06:54:16 +00:00
9e4a5e053f
Added bug id to the changelog.
...
svn path=/trunk/; revision=31584
2006-02-27 06:27:16 +00:00
0cb0624aa6
Fixed the problem with the sent and drafts folder URIs and also
...
setting them. Fixes #324693 .
svn path=/trunk/; revision=31583
2006-02-27 06:24:33 +00:00
8ac649ab85
Memory leak fixes. See #329251 .
...
svn path=/trunk/; revision=31578
2006-02-25 06:40:28 +00:00
760474b33a
Fixes bug #328252
...
2006-02-22 Irene.Huang <Irene.Huang@sun.com >
Fixes bug #328252
* Makefile.am: Add $(EVOLUTION_CALENDAR_LIBS)
to liborg_gnome_evolution_caldav_la_LIBADD.
svn path=/trunk/; revision=31562
2006-02-22 11:23:14 +00:00
fe28e52052
fixes a crash.
...
svn path=/trunk/; revision=31556
2006-02-21 11:50:16 +00:00
977ccdda60
Fix more brokenness. doh check if its the proxy page. Need whack on the
...
2006-02-21 Shreyas Srinivasan <sshreyas@novell.com >
* proxy.c: Fix more brokenness. doh check if its the proxy
page. Need whack on the head for sucky reckless commit.
svn path=/trunk/; revision=31549
2006-02-20 19:18:23 +00:00
3c48cf5fc0
Fix more brokenness. doh check if its the proxy page.
...
2006-02-16 Shreyas Srinivasan <sshreyas@novell.com >
* proxy.c: Fix more brokenness. doh check if its the proxy
page.
svn path=/trunk/; revision=31547
2006-02-20 11:47:44 +00:00
9013865df4
Fixes bug #331635
...
2006-02-18 Irene Huang <Irene.Huang@sun.com >
Fixes bug #331635
* exchange-account-setup.c: (org_gnome_exchange_settings):
Add NULL as the last parameter in g_object_new to mark the
the end of parameter list.
svn path=/trunk/; revision=31546
2006-02-20 11:06:55 +00:00
4dab3a631e
Initialize connection only when the proxy tab is clicked.
...
2006-02-16 Shreyas Srinivasan <sshreyas@novell.com >
* proxy.c: Initialize connection only when the proxy tab is
clicked.
svn path=/trunk/; revision=31535
2006-02-16 10:54:01 +00:00
b7287fc33d
Another typo fix from gfree to g_free.
...
2006-02-14 Andre Klapper <a9016009@gmx.de >
* bbdb.c (bbdb_page_factory): Another typo fix from gfree to g_free.
svn path=/trunk/; revision=31521
2006-02-14 14:37:16 +00:00
b98a3d2b2c
A typo fix from gfree to g_free.
...
* bbdb.c (bbdb_page_factory): A typo fix from gfree to g_free.
svn path=/trunk/; revision=31520
2006-02-14 13:38:18 +00:00
324ea588c2
A typo fix from gfree to g_free.
...
* itip-formatter.c (itip_formatter_page_factory): A typo fix from
gfree to g_free.
svn path=/trunk/; revision=31519
2006-02-14 13:33:34 +00:00
8f9e400112
Fix mnemonics to be consistent.
...
svn path=/trunk/; revision=31497
2006-02-12 23:55:56 +00:00
6297946340
Removing unnecessary markup in translateable string.
...
svn path=/trunk/; revision=31494
2006-02-12 23:15:23 +00:00
0a8fecc952
fix mnemonic
...
svn path=/trunk/; revision=31493
2006-02-12 23:02:30 +00:00
c33535e810
adding mnemonic. Fixes bug 328151.
...
2006-02-11 Andre Klapper <a9016009@gmx.de >
* default-source.c: adding mnemonic. Fixes bug 328151.
svn path=/trunk/; revision=31486
2006-02-11 21:27:31 +00:00
dc8e4af46d
a11y changes for bug #330723
...
svn path=/trunk/; revision=31477
2006-02-10 22:28:38 +00:00
082ba66f37
updated the bug ids.
...
svn path=/trunk/; revision=31472
2006-02-10 06:41:06 +00:00
d45c32b900
Fixes the problems of marking GAL for offline usage and as default folder
...
and also overwriting the GAL uri with relative uri of some other folder.
Fixes #329623 and #329624
svn path=/trunk/; revision=31470
2006-02-10 06:21:05 +00:00
ff98640ae2
Freeing uri_text. See #329251 .
...
svn path=/trunk/; revision=31468
2006-02-10 05:47:00 +00:00
c523e43027
** See bug 326348 check if its a valid accoune before creating folder
...
2006-02-08 Parthasarathi Susarla <sparthasarathi@novell.com >
** See bug 326348
* share-folder-common.c:(refresh_folder_tree)
check if its a valid accoune before creating folder
svn path=/trunk/; revision=31445
2006-02-08 11:08:24 +00:00
90e3e5497f
Fixed memory leaks. Fixes #329251 .
...
svn path=/trunk/; revision=31418
2006-02-06 08:53:21 +00:00
fa8915ed3a
fix a bunch of Address Book strings
...
svn path=/trunk/; revision=31413
2006-02-05 23:46:27 +00:00
b6bd229a92
Fixed the issue with subscribing to other user's folders. ( #328554 )
...
svn path=/trunk/; revision=31401
2006-02-03 10:27:26 +00:00
6826f9d01e
reverting the previous commit.
...
svn path=/trunk/; revision=31394
2006-02-01 09:58:47 +00:00
38046c6846
fixes #328413
...
svn path=/trunk/; revision=31364
2006-01-30 10:49:25 +00:00
0107529270
** Fixes Bug #314913
...
2006-01-25 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in >
** Fixes Bug #314913
* plugin-manager.c : Removed id, path displayed in UI
svn path=/trunk/; revision=31350
2006-01-30 06:42:09 +00:00
45f799eb86
Make this place a bit more quiet
...
svn path=/trunk/; revision=31328
2006-01-27 16:34:03 +00:00
fe9e00b044
removed string "dialog1" from translation. Fixes bug 306118.
...
2006-01-27 Andre Klapper <a9016009@gmx.de >
* plugins/groupwise-features/proxy-listing.glade:
* plugins/publish-calendar/publish-calendar.glade:
* smime/gui/smime-ui.glade:
* widgets/table/e-table-config.glade:
* widgets/table/e-table-config-no-group.glade:
removed string "dialog1" from translation. Fixes bug 306118.
svn path=/trunk/; revision=31326
2006-01-27 15:12:53 +00:00