Moving files from hron to experimental

This commit is contained in:
hron
2007-02-24 19:16:27 +00:00
parent ba86b4419d
commit be4af99c46
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
MD5 421f295cfc9674fbf89422618e4c8db2 oessysmon-0.1.5.tar.gz 111706
RMD160 2f2dc038069849b33c0388610e690df7f710cd6a oessysmon-0.1.5.tar.gz 111706
SHA256 39e36dd11fdc3985b87002fce09ab665508c48d08997c7db6749bf1c80afc734 oessysmon-0.1.5.tar.gz 111706

View File

@@ -0,0 +1,21 @@
diff -pruN oessysmon-0.1.5.orig/src/SystemTray.cs oessysmon-0.1.5/src/SystemTray.cs
--- oessysmon-0.1.5.orig/src/SystemTray.cs 2006-04-09 19:21:56.000000000 +0200
+++ oessysmon-0.1.5/src/SystemTray.cs 2007-02-19 01:38:37.000000000 +0100
@@ -39,7 +39,7 @@ namespace OESSysMon
private Gdk.Pixbuf _pbfIconUnknown;
private Gdk.Pixbuf _pbfIconNeverPolled;
- private TrayIcon _trayIcon;
+ private Egg.TrayIcon _trayIcon;
private Image _imgTrayIcon;
private Tooltips _tooltips;
private Menu _trayMenu;
@@ -75,7 +75,7 @@ namespace OESSysMon
_tooltips = new Tooltips();
_tooltips.SetTip (_eventBox, TRAY_TITLE, null);
- _trayIcon = new TrayIcon(TRAY_TITLE);
+ _trayIcon = new Egg.TrayIcon(TRAY_TITLE);
_trayIcon.Add (_eventBox);
}