Mercurial > pidgin.yaz
comparison HACKING @ 749:94edd99b7302
[gaim-migrate @ 759]
la la la. i suppose sooner or later i should document how to write a perl script.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 23 Aug 2000 19:43:09 +0000 |
parents | 3ff8b997cd37 |
children | b61607d6c2af |
comparison
equal
deleted
inserted
replaced
748:c32d4fae9bbd | 749:94edd99b7302 |
---|---|
141 gnome_applet_mgr.c: | 141 gnome_applet_mgr.c: |
142 A hideous creation from the days before I started working on gaim. Most | 142 A hideous creation from the days before I started working on gaim. Most |
143 of it works, but it has functionsLikeThis. I hate looking at this | 143 of it works, but it has functionsLikeThis. I hate looking at this |
144 file, but I'm too lazy to change the functions. The best functions | 144 file, but I'm too lazy to change the functions. The best functions |
145 are things like set_applet_draw_open, whose sole purpose is to set a | 145 are things like set_applet_draw_open, whose sole purpose is to set a |
146 global variable to TRUE. | 146 global variable to TRUE. [ note 8/22/00 - I finally changed this file. ] |
147 | 147 |
148 gtkhtml.c: | 148 gtkhtml.c: |
149 This is really just one big hack. It started off as an HTML widget that | 149 This is really just one big hack. It started off as an HTML widget that |
150 was written for Gnome as far as I can tell. The current version is | 150 was written for Gnome as far as I can tell. The current version is |
151 huge, requires way too many libs, and is too hard to upgrade to. But | 151 huge, requires way too many libs, and is too hard to upgrade to. But |