G_IMPLEMENT_INTERFACE (SOUP_TYPE_SESSION_FEATURE,
katze_http_auth_session_feature_iface_init));
-#ifdef HAVE_LIBSOUP_2_27_92
+#ifdef HAVE_LIBSOUP_2_27_91
static void
authentication_message_got_headers_cb (SoupMessage* msg,
SoupAuth* auth)
soup_auth_authenticate (auth,
gtk_entry_get_text (GTK_ENTRY (username)),
gtk_entry_get_text (GTK_ENTRY (password)));
- #ifdef HAVE_LIBSOUP_2_27_92
+ #ifdef HAVE_LIBSOUP_2_27_91
g_object_set_data_full (G_OBJECT (msg), "username",
g_strdup (gtk_entry_get_text (GTK_ENTRY (username))), g_free);
g_object_set_data_full (G_OBJECT (msg), "password",
GtkWidget* label;
GtkWidget* align;
GtkWidget* entry;
- #ifdef HAVE_LIBSOUP_2_27_92
+ #ifdef HAVE_LIBSOUP_2_27_91
GSList* users;
#endif
gtk_size_group_add_widget (sizegroup, align);
gtk_box_pack_start (GTK_BOX (hbox), align, TRUE, TRUE, 0);
entry = gtk_entry_new ();
- #ifdef HAVE_LIBSOUP_2_27_92
+ #ifdef HAVE_LIBSOUP_2_27_91
users = soup_auth_get_saved_users (auth);
if (users)
gtk_entry_set_text (GTK_ENTRY (entry), users->data);
gtk_size_group_add_widget (sizegroup, align);
gtk_box_pack_start (GTK_BOX (hbox), align, TRUE, TRUE, 0);
entry = gtk_entry_new_with_max_length (32);
- #ifdef HAVE_LIBSOUP_2_27_92
+ #ifdef HAVE_LIBSOUP_2_27_91
if (users)
{
gtk_entry_set_text (GTK_ENTRY (entry),
if (g_module_supported ())
if ((module = g_module_open ("libsoup-gnome-2.4.so", G_MODULE_BIND_LOCAL)))
{
- #ifdef HAVE_LIBSOUP_2_27_92
+ #ifdef HAVE_LIBSOUP_2_27_91
GType (*get_type_function) (void);
if (g_module_symbol (module, "soup_password_manager_gnome_get_type",
(void*) &get_type_function))
check_pkg ('webkit-1.0', '1.1.1', args=args)
check_pkg ('libsoup-2.4', '2.25.2')
conf.define ('HAVE_LIBSOUP_2_25_2', 1)
- check_pkg ('libsoup-2.4', '2.27.92', False, var='LIBSOUP_2_27_92')
+ check_pkg ('libsoup-2.4', '2.27.91', False, var='LIBSOUP_2_27_91')
check_pkg ('libxml-2.0', '2.6')
if option_enabled ('hildon'):