Mercurial > audlegacy
diff src/audacious/ui_skinned_textbox.c @ 3032:6e98eedead3a
little fix to ui_skinned_textbox_button_press()
| author | Tomasz Mon <desowin@gmail.com> |
|---|---|
| date | Wed, 11 Jul 2007 12:35:49 +0200 |
| parents | 229db6d72934 |
| children | ff886a3a2098 |
line wrap: on
line diff
--- a/src/audacious/ui_skinned_textbox.c Wed Jul 11 12:28:11 2007 +0200 +++ b/src/audacious/ui_skinned_textbox.c Wed Jul 11 12:35:49 2007 +0200 @@ -381,7 +381,8 @@ } else g_signal_emit(widget, textbox_signals[CLICKED], 0); - } + } else + priv->is_dragging = FALSE; } else if (event->type == GDK_2BUTTON_PRESS) { if (event->button == 1) { g_signal_emit(widget, textbox_signals[DOUBLE_CLICKED], 0);
