Mercurial > pidgin.yaz
comparison src/gtkdebug.c @ 5631:960fe32ea9b7
[gaim-migrate @ 6038]
i'm tired, so i'm committing what i've got
kingant will do a better job with what i hacked into oscar to make it work ;-)
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Sun, 01 Jun 2003 06:02:03 +0000 |
| parents | 73c9dc20e41a |
| children | 11233ca9f533 |
comparison
equal
deleted
inserted
replaced
| 5630:4e2ffa3d9094 | 5631:960fe32ea9b7 |
|---|---|
| 85 __timestamps_cb(GtkWidget *w, DebugWindow *win) | 85 __timestamps_cb(GtkWidget *w, DebugWindow *win) |
| 86 { | 86 { |
| 87 win->timestamps = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(w)); | 87 win->timestamps = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(w)); |
| 88 | 88 |
| 89 gaim_prefs_set_bool("/gaim/gtk/debug/timestamps", win->timestamps); | 89 gaim_prefs_set_bool("/gaim/gtk/debug/timestamps", win->timestamps); |
| 90 | |
| 91 } | 90 } |
| 92 | 91 |
| 93 static DebugWindow * | 92 static DebugWindow * |
| 94 debug_window_new(void) | 93 debug_window_new(void) |
| 95 { | 94 { |
