summaryrefslogtreecommitdiff
path: root/shell/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/shell.c')
-rwxr-xr-xshell/shell.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/shell.c b/shell/shell.c
index 539b55ea..9c7d19a7 100755
--- a/shell/shell.c
+++ b/shell/shell.c
@@ -369,8 +369,7 @@ static ShellNote *note_new(void)
gtk_widget_show(border_box);
#if GTK_CHECK_VERSION(3, 0, 0)
- gtk_widget_override_background_color(border_box, GTK_STATE_NORMAL, &info_default_fill_color);
- gtk_widget_override_background_color(note->event_box, GTK_STATE_NORMAL, &info_default_border_color);
+ /* TODO:GTK3 css-based style */
#else
gtk_widget_modify_bg(border_box, GTK_STATE_NORMAL, &info_default_fill_color);
gtk_widget_modify_bg(note->event_box, GTK_STATE_NORMAL, &info_default_border_color);