Mercurial > pidgin
comparison src/gtkdebug.c @ 5314:1f901484599d
[gaim-migrate @ 5686]
GTK_OBJECT -> G_OBJECT
Also fixed a few compiler warnings.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Tue, 06 May 2003 05:48:03 +0000 |
| parents | 6afeab1955b2 |
| children | 96bde36bb76b |
comparison
equal
deleted
inserted
replaced
| 5313:8d118c2b03c9 | 5314:1f901484599d |
|---|---|
| 106 | 106 |
| 107 static void | 107 static void |
| 108 gaim_gtk_debug_print(GaimDebugLevel level, const char *category, | 108 gaim_gtk_debug_print(GaimDebugLevel level, const char *category, |
| 109 const char *format, va_list args) | 109 const char *format, va_list args) |
| 110 { | 110 { |
| 111 va_list ap; | |
| 112 gchar *esc_s, *arg_s, *cat_s, *s; | 111 gchar *esc_s, *arg_s, *cat_s, *s; |
| 113 | 112 |
| 114 arg_s = g_strdup_vprintf(format, args); | 113 arg_s = g_strdup_vprintf(format, args); |
| 115 | 114 |
| 116 if ((misc_options & OPT_MISC_DEBUG) && debug_win != NULL) { | 115 if ((misc_options & OPT_MISC_DEBUG) && debug_win != NULL) { |
