[Pidgin] #4017: Resizable-scrollable smiley window

Pidgin trac at pidgin.im
Thu Jan 31 15:23:24 EST 2008


#4017: Resizable-scrollable smiley window
---------------------------+------------------------------------------------
  Reporter:  Twain28       |       Owner:                      
      Type:  patch         |      Status:  new                 
  Priority:  minor         |   Milestone:                      
 Component:  pidgin (gtk)  |     Version:  2.2.2               
Resolution:                |    Keywords:  resize scroll smiley
   Pending:  0             |  
---------------------------+------------------------------------------------
Comment (by mnieto):

 Replying to [comment:3 Twain28]:
 > Added another patchfile....works with latest snapshots....I'm still
 wondering how in the world so many garbage managed to be into my latest
 one....
 > I still can't understand how to make it work with the
 > {{{
 > dialog = pidgin_create_dialog(_("Smile!"), 0, "smiley_dialog", FALSE);
 > }}}
 > thingy....any volunteers?
 (this quote looks horrible... :( )

 I'm looking at the patch and, that line seems to be ok. However, when
 adding smiley_table widget to the dialog, it is no longer added directly
 into the dialog but into a vbox.
 I'm not sure if that is truly the reason for it isn't working as I don't
 have the proper build environment to test it. So, I'm guessing that, after
 applying the patch, replacing (at line 723?)
 {{{
         gtk_container_add(GTK_CONTAINER(dialog), scrolled);
 }}}
 with
 {{{
 gtk_container_add(GTK_CONTAINER(pidgin_dialog_get_vbox(GTK_DIALOG(dialog))),
 scrolled);
 }}}
 it should work. Again, I'm just guessing. I may incorrectly understood the
 use of the vbox.

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


More information about the Tracker mailing list