[Pidgin] #3423: Trillian Log Directory does not show up in Log Reader
    Pidgin 
    trac at pidgin.im
       
    Wed Oct  3 03:09:10 EDT 2007
    
    
  
#3423: Trillian Log Directory does not show up in Log Reader
------------------------+---------------------------------------------------
 Reporter:  clarkdudek  |       Type:  task 
   Status:  new         |   Priority:  minor
Component:  plugins     |    Version:  2.2.1
 Keywords:  Log Reader  |    Pending:  0    
------------------------+---------------------------------------------------
 For Log Reader's configure plugin, I noticed Trillian's Log Directory
 wasn't showing up as an option.  After searching through the source code
 for this plugin I found that around line 2320 right before
 /* Add QIP log directory preference. */
 the following line might need to be added
 {{{
 purple_prefs_add_string("/plugins/core/log_reader/trillian/log_directory",
 path);
   g_free(path);
  }}}
 now I'm not entirely sure if that will fix it, didn't get a chance to
 compile anything, and I've never done any pidgin development. Let me know
 if you need any more info.
-- 
Ticket URL: <http://developer.pidgin.im/ticket/3423>
Pidgin <http://pidgin.im>
Pidgin
    
    
More information about the Tracker
mailing list