green_shoes 1.1.373 → 1.1.374

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/shoes/main.rb +1 -1
  3. data/lib/shoes/ruby.rb +0 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.373
1
+ 1.1.374
@@ -46,7 +46,7 @@ class Shoes
46
46
 
47
47
  win.signal_connect "destroy" do
48
48
  if @main_app == app
49
- APPS.length > 1 ? (APPS.delete app; @main_app = APPS.first) : exit
49
+ APPS.length > 1 ? (APPS.delete app; @main_app = APPS.first) : Gtk.main_quit
50
50
  else
51
51
  APPS.delete app
52
52
  end
@@ -127,7 +127,6 @@ end
127
127
 
128
128
  # Define exit handler, close Gtk win and delete temporary Shoes image
129
129
  at_exit do
130
- Gtk.main_quit
131
130
  File.delete Shoes::TMP_PNG_FILE if File.exist? Shoes::TMP_PNG_FILE
132
131
  end
133
132
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: green_shoes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.373
4
+ version: 1.1.374
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-14 00:00:00.000000000 Z
12
+ date: 2013-05-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gtk2