2008-05-13から1日間の記事一覧

twitte.rb が終了時のウィンドウ位置を覚えるようにしてみた

twitte.rb の212行を書き換える。 < if Gdk.windowing_win32? and @prefs.window_x != nil and @prefs.window_y != nil then --- > if @prefs.window_x != nil and @prefs.window_y != nil then