[gnome-builder] minimap: cleanup
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] minimap: cleanup
- Date: Sat, 25 Apr 2015 06:50:36 +0000 (UTC)
commit 601cd920dcec4f488e1b4443074343877c0087ee
Author: Christian Hergert <christian hergert me>
Date: Fri Apr 24 23:20:29 2015 -0700
minimap: cleanup
libide/ide-source-map.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/libide/ide-source-map.c b/libide/ide-source-map.c
index d90c194..a07f562 100644
--- a/libide/ide-source-map.c
+++ b/libide/ide-source-map.c
@@ -95,7 +95,6 @@ ide_source_map_rebuild_css (IdeSourceMap *self)
!(style = gtk_source_style_scheme_get_style (style_scheme, "selection")))
return;
-
g_object_get (style,
"background", &background,
NULL);
@@ -104,11 +103,11 @@ ide_source_map_rebuild_css (IdeSourceMap *self)
{
gchar *css;
- css = g_strdup_printf ("IdeSourceMap GtkEventBox { "
+ css = g_strdup_printf ("IdeSourceMap GtkEventBox {"
" background-color: %s;"
" opacity: 0.75;"
- " border-top: 1px solid shade(%s,0.9); "
- " border-bottom: 1px solid shade(%s,0.9); "
+ " border-top: 1px solid shade(%s,0.9);"
+ " border-bottom: 1px solid shade(%s,0.9);"
"}\n",
background, background, background);
gtk_css_provider_load_from_data (self->box_css_provider, css, -1, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]