[gnome-panel/wip/free-the-fish: 2/8] Cleanup obfuscated code



commit 27eabfb66ce61d0f09a91d3c6872aa07756601c9
Author: Sebastian Geiger <sbastig gmx net>
Date:   Tue Jun 2 12:43:21 2015 +0200

    Cleanup obfuscated code

 gnome-panel/nothing.cP |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-panel/nothing.cP b/gnome-panel/nothing.cP
index 27c98e1..a99d97f 100644
--- a/gnome-panel/nothing.cP
+++ b/gnome-panel/nothing.cP
@@ -172,8 +172,8 @@ get_phsh_pixbuf (void)
         char *resource;
         GdkPixbuf *pixbuf;
 
-        resource = g_strdup_printf ("%s%cand%c.png", "/org/gnome/panel/anim/", 'w', 'a');
-        pixbuf = gdk_pixbuf_new_from_resource (resource, NULL);
+        resource = g_strdup_printf ("/org/gnome/panel/anim/wanda.png");
+        pixbuf = gdk_pixbuf_new_from_resource ("/org/gnome/panel/anim/wanda.png", NULL);
         g_free (resource);
 
         return pixbuf;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]