change to

11 views
Skip to first unread message

Chris

unread,
Dec 31, 2008, 11:03:09 PM12/31/08
to LimeChat
I made a small change to MenuController#memberList_doubleClicked so
that a private message channel is opened instead of a whois dialog.
It probably isn't the best way to accomplish this, but it works for my
purposes. I thought I would pass it on as an idea for you to possibly
implement.




def memberList_doubleClicked(sender)
pt = @window.mouseLocationOutsideOfEventStream
pt = sender.convertPoint_fromView(pt, nil)
n = sender.rowAtPoint(pt)
if n >= 0
if sender.selectedRows.size > 1
sender.select(n)
end
onMemberTalk(sender)
#whois_selected_members(nil, false)
end
end

julians

unread,
Jan 1, 2009, 6:45:16 AM1/1/09
to LimeChat
Oh, that is nice! It always bothered me this wasn’t the default :)

Gonzie

unread,
Jan 1, 2009, 10:13:22 AM1/1/09
to LimeChat
can i have instructions on how to do this?

Chris Hall

unread,
Jan 1, 2009, 5:57:31 PM1/1/09
to limec...@googlegroups.com
first you have to clone the git repo at

git://github.com/psychs/limechat.git

then make the change i specified above

then run

rake build
Reply all
Reply to author
Forward
0 new messages