Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-tweak.git;a=commitdiff;h=5a013012997884743753ff5277ef2dccf8376221

commit 5a013012997884743753ff5277ef2dccf8376221
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Sun Sep 19 21:53:57 2010 +0200

*added icon for .pacnew

diff --git a/frugal-mono-tools/Fen_Menu.cs b/frugal-mono-tools/Fen_Menu.cs
index ba7b8f9..96fb046 100644
--- a/frugal-mono-tools/Fen_Menu.cs
+++ b/frugal-mono-tools/Fen_Menu.cs
@@ -93,10 +93,8 @@ namespace frugalmonotools
ListMenu.AppendValues(icoX.ScaleSimple(20,20, Gdk.InterpType.Nearest), 
cch_xorg);
Pixbuf icoupdate = global::Gdk.Pixbuf.LoadFromResource 
("frugalmonotools.Pictures.icons.update.png");
ListMenu.AppendValues(icoupdate.ScaleSimple(20,20, 
Gdk.InterpType.Nearest),cch_update);
-                       //TODO change icon
-                       Pixbuf icoupdateConf = 
global::Gdk.Pixbuf.LoadFromResource 
("frugalmonotools.Pictures.icons.update.png");
+                       Pixbuf icoupdateConf = 
global::Gdk.Pixbuf.LoadFromResource 
("frugalmonotools.Pictures.icons.updateconf.png");
ListMenu.AppendValues(icoupdateConf.ScaleSimple(20,20, 
Gdk.InterpType.Nearest),cch_updateConf);
-
Pixbuf icopkg = global::Gdk.Pixbuf.LoadFromResource 
("frugalmonotools.Pictures.icons.packages.png");
ListMenu.AppendValues(icopkg.ScaleSimple(20,20, 
Gdk.InterpType.Nearest),cch_packages);
Pixbuf icohardware = global::Gdk.Pixbuf.LoadFromResource 
("frugalmonotools.Pictures.icons.hardware.png");
diff --git a/frugal-mono-tools/Pictures/icons/updateconf.png 
b/frugal-mono-tools/Pictures/icons/updateconf.png
new file mode 100644
index 0000000..3003242
Binary files /dev/null and b/frugal-mono-tools/Pictures/icons/updateconf.png 
differ
diff --git a/frugal-mono-tools/frugal-mono-tools.csproj 
b/frugal-mono-tools/frugal-mono-tools.csproj
index 725c726..4c2516c 100644
--- a/frugal-mono-tools/frugal-mono-tools.csproj
+++ b/frugal-mono-tools/frugal-mono-tools.csproj
@@ -80,6 +80,7 @@
<EmbeddedResource Include="Pictures\icons\system.png" />
<EmbeddedResource Include="Pictures\icons\xorg.png" />
<EmbeddedResource Include="Pictures\icons\update.png" />
+    <EmbeddedResource Include="Pictures\icons\updateconf.png" />
</ItemGroup>
<ItemGroup>
<Compile Include="gtk-gui\generated.cs" />
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to