aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/itip-utils.c
diff options
context:
space:
mode:
authorGary Ekker <gekker@novell.com>2004-04-11 05:31:37 +0800
committerGary Ekker <gekker@src.gnome.org>2004-04-11 05:31:37 +0800
commitf657306b6d8416fa2709b671cacace3c894bb621 (patch)
tree4e749ab7e6dc6e8f7ab61bc9bba497bae4bb8340 /calendar/gui/itip-utils.c
parent203132df9b3d99d88cef1b8a6cb397d32d6ff55b (diff)
downloadgsoc2013-evolution-f657306b6d8416fa2709b671cacace3c894bb621.tar
gsoc2013-evolution-f657306b6d8416fa2709b671cacace3c894bb621.tar.gz
gsoc2013-evolution-f657306b6d8416fa2709b671cacace3c894bb621.tar.bz2
gsoc2013-evolution-f657306b6d8416fa2709b671cacace3c894bb621.tar.lz
gsoc2013-evolution-f657306b6d8416fa2709b671cacace3c894bb621.tar.xz
gsoc2013-evolution-f657306b6d8416fa2709b671cacace3c894bb621.tar.zst
gsoc2013-evolution-f657306b6d8416fa2709b671cacace3c894bb621.zip
Fixed to use e-passwords.
2004-04-09 Gary Ekker <gekker@novell.com> * gui/dialogs/url-editor-dialog.c: Fixed to use e-passwords. * gui/dialogs/cal-prefs-dialog.c: Fixed crash and bugs created by changes made for instant apply. * gui/itip-utils.c: Fixed to use e-passwords. * gui/e-pub-utils.c: Fixed to use e-passwords. (just_published): Fixed error in logic. (e_pub_publish): Fixed crash if ESource is NULL. svn path=/trunk/; revision=25410
Diffstat (limited to 'calendar/gui/itip-utils.c')
-rw-r--r--calendar/gui/itip-utils.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c
index 383d7df0cf..156dd08026 100644
--- a/calendar/gui/itip-utils.c
+++ b/calendar/gui/itip-utils.c
@@ -1152,18 +1152,6 @@ itip_publish_comp (ECal *client, gchar *uri, gchar *username,
/* Publish the component */
session = soup_session_async_new ();
- /* add username and password to the uri */
- if (strlen (password) == 0) {
- prompt = g_strdup_printf (_("Enter the password for %s"), uri);
- password = e_passwords_ask_password (_("Enter password"),
- "Calendar", NULL,
- prompt, TRUE,
- E_PASSWORDS_DO_NOT_REMEMBER,
- &remember, NULL);
-
- g_free (prompt);
- }
-
real_uri = soup_uri_new (uri);
if (!real_uri) {
g_warning (G_STRLOC ": Invalid URL: %s", uri);