+2002-05-10 [colin] 0.7.5claws15
+
+ * src/textview.c
+ Corrected a bug that prevented sylpheed to open
+ double-clicked URIs.
+
2002-05-09 [paul] 0.7.5claws14
* sync with 0.7.5cvs14
if (textview->cur_pos >= uri->start &&
textview->cur_pos < uri->end) {
/* single click: display url in statusbar */
- if (event->button == 1) {
- if (textview->messageview->mainwin
- && textview->last_buttonpress != GDK_2BUTTON_PRESS) {
+ if (event->button == 1 && textview->last_buttonpress != GDK_2BUTTON_PRESS) {
+ if (textview->messageview->mainwin) {
if (textview->show_url_msgid) {
gtk_timeout_remove(textview->show_url_timeout_tag);
gtk_statusbar_remove(GTK_STATUSBAR(