~bas-dotbas/do/win32-next

« back to all changes in this revision

Viewing changes to Do.Platform.Linux/src/Do.Platform/StatusIconImplementation.cs

  • Committer: David Siegel
  • Date: 2008-11-28 19:21:05 UTC
  • Revision ID: david@x-20081128192105-9khbfl5omrcdqoh8
Moved IconProvider to Do.Interface.Linux.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
using Gdk;
25
25
 
26
26
using Do.Platform;
 
27
using Do.Interface.Linux;
27
28
 
28
29
namespace Do.Platform.Linux
29
30
{
39
40
 
40
41
                static StatusIconImplementation ()
41
42
                {
42
 
                        normal_icon = Icons.PixbufFromIconName  (IconName, IconSize);
 
43
                        normal_icon = IconProvider.PixbufFromIconName  (IconName, IconSize);
43
44
                }
44
45
 
45
46
                public StatusIconImplementation ()