fixed typo: pifxbuf -> pixbuf
authormishas <mikhail.sobolev@gmail.com>
Tue, 17 Apr 2007 07:41:48 +0000 (07:41 +0000)
committermishas <mikhail.sobolev@gmail.com>
Tue, 17 Apr 2007 07:41:48 +0000 (07:41 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@193 3ba93dab-e023-0410-b42a-de7732cf370a

launcher-item.cc

index 42aa00b..a72ff1b 100644 (file)
@@ -163,7 +163,7 @@ GdkPixbuf *LauncherItem::getIcon(int icon_size) const {
 
     g_object_unref(pixbuf);
 
-    pifxbuf = tempo;
+    pixbuf = tempo;
   }
 
   return pixbuf;