Mercurial > pidgin
comparison src/gtkdebug.c @ 8735:92cbf9713795
[gaim-migrate @ 9490]
Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in
the coments and documentaion. Thansk Jonathan!
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Wed, 21 Apr 2004 01:34:26 +0000 |
| parents | fa6395637e2c |
| children | 0277908e367d |
comparison
equal
deleted
inserted
replaced
| 8734:407c122d6191 | 8735:92cbf9713795 |
|---|---|
| 279 /* Debug window preferences. */ | 279 /* Debug window preferences. */ |
| 280 /* | 280 /* |
| 281 * NOTE: This must be set before prefs are loaded, and the callbacks | 281 * NOTE: This must be set before prefs are loaded, and the callbacks |
| 282 * set after they are loaded, since prefs sets the enabled | 282 * set after they are loaded, since prefs sets the enabled |
| 283 * preference here and that loads the window, which calls the | 283 * preference here and that loads the window, which calls the |
| 284 * configure event, which overrrides the width and height! :P | 284 * configure event, which overrides the width and height! :P |
| 285 */ | 285 */ |
| 286 | 286 |
| 287 gaim_prefs_add_none("/gaim/gtk/debug"); | 287 gaim_prefs_add_none("/gaim/gtk/debug"); |
| 288 gaim_prefs_add_bool("/gaim/gtk/debug/enabled", FALSE); | 288 gaim_prefs_add_bool("/gaim/gtk/debug/enabled", FALSE); |
| 289 gaim_prefs_add_bool("/gaim/gtk/debug/timestamps", FALSE); | 289 gaim_prefs_add_bool("/gaim/gtk/debug/timestamps", FALSE); |
