X-Git-Url: http://cgit.babelmonkeys.de/?p=jubjub.git;a=blobdiff_plain;f=src%2Fgui%2Fgtk%2FJubGtkChatUI.h;h=eff55e21ac74a29ed3f6ef9416f5519b69781d1f;hp=4694d3f34a83d479031ee282545a37b056a67fcf;hb=ea2a5ae3a666ef7c37949bf8bd7b18cb9c11c2d8;hpb=ee13e689c5b723dfd93e6aab0cd9bc1d9992d65e diff --git a/src/gui/gtk/JubGtkChatUI.h b/src/gui/gtk/JubGtkChatUI.h index 4694d3f..eff55e2 100644 --- a/src/gui/gtk/JubGtkChatUI.h +++ b/src/gui/gtk/JubGtkChatUI.h @@ -11,6 +11,6 @@ GtkTextBuffer *_chat_buffer; jub_send_block_t _sendBlock; jub_close_block_t _closeBlock; - BOOL _bufferEmpty; + bool _bufferEmpty; } @end