Zim

icons missing in win32 build; won't open a notebook

Bug #612393 reported by Brendan Kidwell
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zim
Fix Released
Undecided
Brendan Kidwell

Bug Description

On 28 June Jaap created the ./icons folder and added some code to widgets.py

if ZIM_DATA_DIR:
 dir = ZIM_DATA_DIR + '../icons'
 for name in ('zim16.png', 'zim32.png', 'zim48.png'):
  file = dir.file(name)
  if file.exists():
   pixbuf = gtk.gdk.pixbuf_new_from_file(file.path)
   iconlist.append(pixbuf)
...

./icons is missing from the Windows build process. Checking in a fix for this, in build_win32.py, shortly.

Changed in zim:
status: New → In Progress
Revision history for this message
Brendan Kidwell (bkidwell) wrote :

Fix committed to lp:~bkidwell/zim/pyzim-win-installer and merge request submitted.

Changed in zim:
status: In Progress → Fix Committed
assignee: nobody → Brendan Kidwell (bkidwell)
Revision history for this message
Jaap Karssenberg (jaap.karssenberg) wrote :

Released in 0.49

Changed in zim:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.