Mercurial > pidgin.yaz
changeset 11484:4539174a88bd
[gaim-migrate @ 13726]
Fix a warning.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 09 Sep 2005 20:06:13 +0000 |
parents | 0d18fa6c3b41 |
children | 16b0da1f376f |
files | src/gtkwhiteboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkwhiteboard.c Fri Sep 09 19:46:13 2005 +0000 +++ b/src/gtkwhiteboard.c Fri Sep 09 20:06:13 2005 +0000 @@ -89,7 +89,7 @@ GtkWidget *save_button; GtkWidget *palette_color_box[PALETTE_NUM_COLORS]; - GdkPixbuf *palette_color_area[PALETTE_NUM_COLORS]; + /* GdkPixbuf *palette_color_area[PALETTE_NUM_COLORS]; */ GaimGtkWhiteboard *gtkwb = g_new0( GaimGtkWhiteboard, 1 ); gtkwb->wb = wb;