Commit Graph

15 Commits

Author SHA1 Message Date
9f37d3bd9a junk-settings.c proxy-login.c proxy.c Construct glade file name at
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* junk-settings.c
	* proxy-login.c
	* proxy.c
	* share-folder.c: Construct glade file name at run-time.

	* process-meeting.c (find_attendee): Use g_ascii_strcasecmp()
	instead of g_strcasecmp().

svn path=/trunk/; revision=30844
2005-12-17 18:45:07 +00:00
19d9717dd1 initialize CamelException.
2005-12-05  Parthasarathi Susarla <sparthasarathi@novell.com>

	* proxy.c: initialize CamelException.

	Fixes bug #314576

svn path=/trunk/; revision=30717
2005-12-05 06:04:12 +00:00
80f4fd336f *** empty log message ***
svn path=/trunk/; revision=30647
2005-11-23 07:16:14 +00:00
722114449f Dont try to connect when the account is offline. Also connect to the
2005-10-19  Shreyas Srinivasan  <sshreyas@novell.com>

	* proxy.c (org_gnome_proxy): Dont try to connect when the account is
	offline. Also connect to the server only when the proxy tab is clicked.
	* Fixes #314297, #314345

svn path=/trunk/; revision=30531
2005-10-19 09:40:06 +00:00
85f2509163 "use_ssl" should be Null checked before comparing it with any value. its
2005-10-14  Vivek Jain <jvivek@novell.com>

	* proxy.c :(proxy_get_cnc)
	"use_ssl" should be Null checked before comparing it with any value.
	its NULL when evo is not compiled with ssl support and caused crash.

svn path=/trunk/; revision=30505
2005-10-14 08:14:19 +00:00
7b3f66098f Added code to handle the extra blank email that will be returned from the
2005-09-28  Sankar P  <psankar@novell.com>

	*  proxy.c (proxy_dialog_store_widgets_data):
	Added code to handle the extra blank email that will be returned
	from the ENameSelector, while auto-completion.
	Fixes #317400

svn path=/trunk/; revision=30384
2005-09-28 08:20:41 +00:00
a43f0b1905 Replaced g_object_unref with g_free since priv was created using g_new.
2005-08-25  Sankar P  <psankar@novell.com>

	*  proxy.c: (proxy_dialog_finalize):
	Replaced g_object_unref with g_free since priv was created using g_new.
	Fixes #312309

svn path=/trunk/; revision=30281
2005-08-29 06:33:58 +00:00
835d88d174 Revert patch
2005-08-24  Shreyas Srinivasan  <sshreyas@novell.com>

	* Revert patch

svn path=/trunk/; revision=30242
2005-08-24 11:41:48 +00:00
1aa32a05f7 Dont try to connect when the account is offline.CVS
2005-08-22  Shreyas Srinivasan  <sshreyas@novell.com>

	* proxy.c (org_gnome_proxy): Dont try to connect when the account is
	offline.CVS

svn path=/trunk/; revision=30190
2005-08-22 06:54:07 +00:00
cc318fdef1 : Check "prd" for NULL, ALWAYS.
* proxy.c:
        (proxy_commit) : Check "prd" for NULL, ALWAYS.

svn path=/trunk/; revision=30092
2005-08-12 07:42:10 +00:00
e0b530599f : Changed the way in which the EDIT and DELETED flags are handled so that
2005-08-10  Sankar P  <psankar@novell.com>

	* proxy.c :
	(proxy_dialog_store_widgets_data)
	(proxy_commit) : Changed the way in which the EDIT and DELETED flags
	are handled so that any proxy can be deleted without closing account-editor.
	Fixes #312313

svn path=/trunk/; revision=30070
2005-08-10 07:15:25 +00:00
679915276c Moved the GList to maintain the list of proxies, into the proxyDialog
2005-08-10  Sankar P  <psankar@novell.com>

	* proxy.c :
	Moved the GList to maintain the list of proxies,
	into the proxyDialog structure.
	Fixes #312352, #312309

	* proxy.h :
	Added free_proxy_list declaration to avoid compiler warning

svn path=/trunk/; revision=30069
2005-08-10 06:50:07 +00:00
3eb87547c7 Disabling giving proxy rights to self. Fixes #312365
2005-08-06  Sankar P  <psankar@novell.com>

	* proxy.c: (proxy_dialog_store_widgets_data)
	Disabling giving proxy rights to self.
	Fixes #312365

svn path=/trunk/; revision=30014
2005-08-06 09:54:05 +00:00
a5aa76af67 Fix #310710. Make code little smart. Stop adding tabs continously. Still
2005-07-20  Shreyas Srinivasan <sshreyas@novell.com>

	* proxy.c: Fix #310710. Make code little smart. Stop
	adding tabs continously. Still does not reuse structures
	on multiple invocations though.

svn path=/trunk/; revision=29819
2005-07-20 13:13:18 +00:00
e2209f993c Removed the proxy and proxy-login plugins as they are merged into the
2005-07-19  Sankar P  <psankar@novell.com>

	* configure.in : Removed the proxy and proxy-login plugins as they are
	merged into the groupwise-features plugin.

svn path=/trunk/; revision=29805
2005-07-20 05:11:34 +00:00