[Pidgin] #2145: Message Noticiation raise window doesn't work if minimized

Pidgin trac at pidgin.im
Fri Jul 13 15:15:47 EDT 2007


#2145: Message Noticiation raise window doesn't work if minimized
---------------------------+------------------------------------------------
  Reporter:  Luigiwalser   |       Owner:       
      Type:  defect        |      Status:  new  
  Priority:  minor         |   Milestone:       
 Component:  pidgin (gtk)  |     Version:  2.0.2
Resolution:                |    Keywords:       
   Pending:  0             |  
---------------------------+------------------------------------------------
Comment (by Luigiwalser):

 Hmm, I don't think that's possible.  notify_win() in
 pidgin/plugins/notify.c does not deal with the conversation (which you
 need to call pidgin_conv_present_conversation()), just the window itself.

 Maybe handle_raise() in notify.c could just be changed to this:
 handle_raise(PidginWindow *purplewin)
 {
         pidgin_conv_window_show(purplewin);
         pidgin_conv_window_raise(purplewin);
 }

 How about that?

-- 
Ticket URL: <http://developer.pidgin.im/ticket/2145#comment:8>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list