[gtk+] Fix typo in the Gtk9Slice parser.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix typo in the Gtk9Slice parser.
- Date: Sat, 4 Dec 2010 15:02:35 +0000 (UTC)
commit 5c8a8186715a54a3730727bc23e4cf0522bbcbcb
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]