• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Ruby GTK3移行後のメインリポジトリ


コミットメタ情報

リビジョン71da614a8707e8b0617d283839c3e5cf807cced8 (tree)
日時2015-03-16 23:50:08
作者Shyouzou Sugitani <shy@user...>
コミッターShyouzou Sugitani

ログメッセージ

update sakura.rb

変更サマリ

差分

--- a/lib/ninix/sakura.rb
+++ b/lib/ninix/sakura.rb
@@ -958,10 +958,9 @@ module Sakura
958958 def proc(arg=self)
959959 @vanished_count += 1
960960 @ghost_time = 0
961-### FIXME
962-# GLib.idle_add(
963-# lambda a: @parent.handle_request('NOTIFY', 'vanish_sakura', *a),
964-# [arg, nil])
961+ GLib::Idle.add([arg, nil]){|a, args|
962+ @parent.handle_request('NOTIFY', 'vanish_sakura', a, args)
963+ }
965964 end
966965 enqueue_event('OnVanishSelected', proc=proc)
967966 @vanished = 1 ## FIXME
@@ -983,7 +982,7 @@ module Sakura
983982 end
984983
985984 def notify_deiconified()
986- if not @cantalk
985+ if @cantalk == 0
987986 @cantalk = 1
988987 @parent.handle_request('NOTIFY', 'select_current_sakura')
989988 if not @passivemode
@@ -1805,7 +1804,7 @@ module Sakura
18051804 host, show_sstp_marker, use_translator, \
18061805 @sstp_entry_db, @sstp_request_handler = \
18071806 script_queue.pop(0)
1808- if @cantalk
1807+ if @cantalk != 0
18091808 if show_sstp_marker
18101809 @balloon.show_sstp_message(sender, host)
18111810 else