[evolution-mapi] GtkObject is gone in GTK3
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-mapi] GtkObject is gone in GTK3
- Date: Mon, 4 Oct 2010 14:45:31 +0000 (UTC)
commit 5be8c45cc7a8cbc63cd06795535d61ecfd28ac63
Author: Milan Crha <mcrha redhat com>
Date: Mon Oct 4 16:45:18 2010 +0200
GtkObject is gone in GTK3
.../exchange-mapi-account-setup.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/account-setup-eplugin/exchange-mapi-account-setup.c b/src/account-setup-eplugin/exchange-mapi-account-setup.c
index 2cb5697..78b13a7 100644
--- a/src/account-setup-eplugin/exchange-mapi-account-setup.c
+++ b/src/account-setup-eplugin/exchange-mapi-account-setup.c
@@ -377,7 +377,7 @@ org_gnome_exchange_mapi_account_setup (EPlugin *epl, EConfigHookItemFactoryData
auth_button = gtk_button_new_with_mnemonic (_("_Authenticate"));
gtk_box_pack_start (GTK_BOX (hbox), auth_button, FALSE, FALSE, 0);
- g_signal_connect(GTK_OBJECT(auth_button), "clicked", G_CALLBACK(validate_credentials), data->config);
+ g_signal_connect (auth_button, "clicked", G_CALLBACK (validate_credentials), data->config);
gtk_table_attach (GTK_TABLE (data->parent), label, 0, 1, row, row+1, 0, 0, 0, 0);
gtk_widget_show_all (GTK_WIDGET (hbox));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]