Revision: 7178
Author:   ek.kato
Date:     Sun Jul  3 19:18:40 2011
Log:      * gtk2/candwin/horizontal-gtk.c (label_draw)
  - Remove unexpected new line.

http://code.google.com/p/uim/source/detail?r=7178

Modified:
 /trunk/gtk2/candwin/horizontal-gtk.c

=======================================
--- /trunk/gtk2/candwin/horizontal-gtk.c        Sun Jul  3 18:52:54 2011
+++ /trunk/gtk2/candwin/horizontal-gtk.c        Sun Jul  3 19:18:40 2011
@@ -287,8 +287,7 @@
     context = gtk_widget_get_style_context(label);

     state = GTK_STATE_FLAG_SELECTED;
- gtk_style_context_get (context, state, "background-color", &bg_color, "color
-", &fg_color, NULL);
+ gtk_style_context_get (context, state, "background-color", &bg_color, "color", &fg_color, NULL);

     cairo_save(cr);
     gdk_cairo_set_source_rgba(cr, bg_color);

Reply via email to