openall_time_applet 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.13
1
+ 0.0.14
@@ -54,7 +54,7 @@ class Openall_time_applet::Gui::Win_sync_overview
54
54
 
55
55
  if rowc == 1
56
56
  #Show error-message and destroy the window, if no timelogs was to be synced.
57
- Knj::Gtk2.msgbox(_("There is nothing to sync at this time."))
57
+ Knj::Gtk2.msgbox("msg" => _("There is nothing to sync at this time."), "run" => false)
58
58
  @gui["window"].destroy
59
59
  else
60
60
  #...else show the window.
@@ -301,6 +301,8 @@ class Openall_time_applet
301
301
  sw.percent = 1
302
302
 
303
303
  sleep 1 if !block_given?
304
+ sw.destroy
305
+ sw = nil
304
306
  yield if block_given?
305
307
  rescue => e
306
308
  sw.destroy
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{openall_time_applet}
8
- s.version = "0.0.13"
8
+ s.version = "0.0.14"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Kasper Johansen"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: openall_time_applet
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.13
5
+ version: 0.0.14
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kasper Johansen
@@ -198,7 +198,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
198
198
  requirements:
199
199
  - - ">="
200
200
  - !ruby/object:Gem::Version
201
- hash: -1145834999910366714
201
+ hash: 2439131216522647471
202
202
  segments:
203
203
  - 0
204
204
  version: "0"