[gtk+/gtk-style-context: 240/260] Fix typo in the Gtk9Slice parser.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context: 240/260] Fix typo in the Gtk9Slice parser.
- Date: Wed, 20 Oct 2010 10:41:36 +0000 (UTC)
commit 28bd42988dbc276e6dc86e4fde6dd0cf689c95b2
Author: Carlos Garnacho <carlosg gnome org>
Date: Wed Oct 6 00:53:49 2010 +0200
Fix typo in the Gtk9Slice parser.
gtk/gtkcssprovider.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c
index 151902f..d5d552c 100644
--- a/gtk/gtkcssprovider.c
+++ b/gtk/gtkcssprovider.c
@@ -1701,7 +1701,7 @@ slice_parse_str (GtkCssProvider *css_provider,
if (i != 2)
{
/* Fill in second modifier, same as the first */
- mods[1] = mods[1];
+ mods[1] = mods[0];
}
pixbuf = gdk_pixbuf_new_from_file (path, &error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]