[balsa/gtk3] Deprecation cleanup
- From: Peter Bloomfield <PeterB src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/gtk3] Deprecation cleanup
- Date: Thu, 21 Feb 2013 22:50:23 +0000 (UTC)
commit 7b2dca562de2be9301db4f70874ddec7d16f470a
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Thu Feb 21 17:47:53 2013 -0500
Deprecation cleanup
* src/ab-main.c (main): deprecation cleanup.
ChangeLog | 4 ++++
src/ab-main.c | 2 --
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5942b9c..f5fab76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-02-21 Peter Bloomfield
+ * src/ab-main.c (main): deprecation cleanup.
+
+2013-02-21 Peter Bloomfield
+
* libbalsa/mailbox.c (libbalsa_mailbox_finalize): build without
threads.
diff --git a/src/ab-main.c b/src/ab-main.c
index 8744bbe..60d46c8 100644
--- a/src/ab-main.c
+++ b/src/ab-main.c
@@ -1144,9 +1144,7 @@ main(int argc, char *argv[])
if (contacts_app.first_radio_action)
gtk_action_activate(GTK_ACTION(contacts_app.first_radio_action));
- gdk_threads_enter();
gtk_main();
- gdk_threads_leave();
/* Proper shutdown here */
g_list_foreach(contacts_app.address_book_list, (GFunc)g_object_unref, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]