Hi,
please try patching /usr/share/gourmet/gourmet/GourmetRecipeManager.py
with the attached patch and see if that works.
Regards
Rolf
--- GourmetRecipeManager.py 2009-03-29 17:14:02.847300473 +0900
+++ GourmetRecipeManager.py.orig 2009-03-29 17:13:22.751305287 +0900
@@ -983,7 +983,7 @@
def setup_main_window (self):
self.window = self.app = gtk.Window()
- self.window.set_icon_from_file(os.path.join(imagedir,'recbox.png'))
+ self.window.set_icon_from_file(os.path.join(imagedir,'recbox.ico'))
self.conf.append(WidgetSaver.WindowSaver(self.window,
self.prefs.get('app_window',
{'window_size':(800,600)}),