[gtk+/gtk-style-context: 240/533] Fix typo in the Gtk9Slice parser.



commit acad450e7485cbd6efdbe5953922403e6e117295
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]