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 +1 -1
- data/gui/win_sync_overview.rb +1 -1
- data/lib/openall_time_applet.rb +2 -0
- data/openall_time_applet.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.14
|
data/gui/win_sync_overview.rb
CHANGED
|
@@ -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.
|
data/lib/openall_time_applet.rb
CHANGED
data/openall_time_applet.gemspec
CHANGED
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.
|
|
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:
|
|
201
|
+
hash: 2439131216522647471
|
|
202
202
|
segments:
|
|
203
203
|
- 0
|
|
204
204
|
version: "0"
|