[the-board] [ui] Re-enable clicks even if activation is disabled by dragging
- From: Lucas Rocha <lucasr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [the-board] [ui] Re-enable clicks even if activation is disabled by dragging
- Date: Wed, 26 Jan 2011 22:57:10 +0000 (UTC)
commit 99583ba5d8d3f0024ca91ed20e473d71be64db8c
Author: Lucas Rocha <lucasr gnome org>
Date: Wed Jan 26 22:54:45 2011 +0000
[ui] Re-enable clicks even if activation is disabled by dragging
https://bugzilla.gnome.org/show_bug.cgi?id=640597
src/js/ui/thing.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/js/ui/thing.js b/src/js/ui/thing.js
index 3302c93..f816400 100644
--- a/src/js/ui/thing.js
+++ b/src/js/ui/thing.js
@@ -286,6 +286,7 @@ Thing.prototype = {
_onMainBoxClicked : function(action) {
if (!this._activateOnClick) {
+ this._activateOnClick = true;
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]