Project

General

Profile

Actions

環境対応 #353

closed

profile.rbでtwitter.comを開くURLの問題

Added by コスモ 虹川 about 13 years ago. Updated almost 13 years ago.

Status:
終了
Priority:
通常
Target version:
Start date:
2011-10-23
Due date:
% Done:

0%

プラグイン名:

Description

profile.rb中のtwitterを開くURLの問題
twitter.com/の後に#!/を追加しないとリダイレクトが掛かる。
以下パッチ
--- profile.rb 2011-10-23 04:11:40.112580725 0900
++ profile_.rb 2011-10-18 12:27:16.000000000 0900
@ -190,7 +190,7 @
(event.event_type Gdk::Event::BUTTON_RELEASE) and
not(textview.buffer.selection_bounds[2])
if (event.button 1)
- Gtk::openurl('http://twitter.com/'+user[:idname]) end
Gtk::openurl('http://twitter.com/#!/'+user[:idname]) end
elsif(event.is_a?(Gdk::EventMotion))
body.set_cursor(textview, Gdk::Cursor::HAND2) end
result }

Actions

Also available in: Atom PDF