[claws-mail-cvs-commit] mimeview.c
Colin Leroy <[email protected]> Sat, 03 Oct 2009 19:27:41 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /srv/cvs/claws-mail/claws/src
In directory ran:/tmp/cvs-serv17805/src
Modified Files:
Tag: gtk2
mimeview.c noticeview.c
Log Message:
2009-10-03 [colin] 3.7.2cvs42
* src/mimeview.c
* src/noticeview.c
* src/gtk/gtkcmclist.c
* src/gtk/gtkvscrollbutton.c
* src/gtk/logwindow.c
GTK+ 2.18 fixes:
Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
Fix warning at start
Index: mimeview.c
===================================================================
RCS file: /srv/cvs/claws-mail/claws/src/mimeview.c,v
retrieving revision 1.83.2.156
retrieving revision 1.83.2.157
diff -u -d -r1.83.2.156 -r1.83.2.157
--- mimeview.c 28 Sep 2009 07:06:42 -0000 1.83.2.156
+++ mimeview.c 3 Oct 2009 19:27:39 -0000 1.83.2.157
@@ -321,8 +321,6 @@
mime_toggle = gtk_event_box_new();
gtk_event_box_set_visible_window(GTK_EVENT_BOX(mime_toggle), FALSE);
- g_signal_connect(G_OBJECT(mime_toggle), "visibility-notify-event",
- G_CALLBACK(mimeview_visi_notify), mimeview);
g_signal_connect(G_OBJECT(mime_toggle), "motion-notify-event",
G_CALLBACK(mimeview_visi_notify), mimeview);
g_signal_connect(G_OBJECT(mime_toggle), "leave-notify-event",
@@ -2219,8 +2217,6 @@
mimeview->icon_count++;
button = gtk_event_box_new();
- g_signal_connect(G_OBJECT(button), "visibility-notify-event",
- G_CALLBACK(mimeview_visi_notify), mimeview);
g_signal_connect(G_OBJECT(button), "motion-notify-event",
G_CALLBACK(mimeview_visi_notify), mimeview);
g_signal_connect(G_OBJECT(button), "leave-notify-event",
Index: noticeview.c
===================================================================
RCS file: /srv/cvs/claws-mail/claws/src/noticeview.c,v
retrieving revision 1.5.2.23
retrieving revision 1.5.2.24
diff -u -d -r1.5.2.23 -r1.5.2.24
--- noticeview.c 23 Feb 2009 16:55:43 -0000 1.5.2.23
+++ noticeview.c 3 Oct 2009 19:27:39 -0000 1.5.2.24
@@ -97,8 +97,6 @@
g_signal_connect(G_OBJECT(evtbox), "button-press-event",
G_CALLBACK(noticeview_icon_pressed),
(gpointer) noticeview);
- g_signal_connect(G_OBJECT(evtbox), "visibility-notify-event",
- G_CALLBACK(noticeview_visi_notify), noticeview);
g_signal_connect(G_OBJECT(evtbox), "motion-notify-event",
G_CALLBACK(noticeview_visi_notify), noticeview);
g_signal_connect(G_OBJECT(evtbox), "leave-notify-event",