summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-10-14 16:08:00 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-10-14 16:14:03 -0300
commit0935a0f0b7ba3e53cba0914db8efbeb0960b77cb (patch)
tree8e4d44b69d1f7dc8093c7bd20e8bdda7c8ffbfc7 /changes
parent83d18a36423736b3e703c9f3d3dccd619d3fa335 (diff)
Always display first run wizard on first run.
* Display the wizard only the first time or if we don't have any provider configured. * Remove unused proper provider setting. * If we have a working provider (as a pinned one), the wizard won't show automatically after being displayed the first time. * If we cancel the first time wizard and we have a configured provider (like the pinned one) the app will not close.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-4143_display-firstrun1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-4143_display-firstrun b/changes/bug-4143_display-firstrun
new file mode 100644
index 00000000..a75047c9
--- /dev/null
+++ b/changes/bug-4143_display-firstrun
@@ -0,0 +1 @@
+ o Display first run wizard, regardless of pinned providers. Closes #4143.