Skip to content

Commit

Permalink
oops: remove redundant test code
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@14332 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 30, 2016
1 parent 695fd50 commit 8446e0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xpra/client/gtk_base/gtk_client_window_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,6 @@ def update_icon(self, width, height, coding, data):
#pixbuf.save("C-%s-%s.png" % (self._id, int(time.time())), "png")
iconlog("%s.set_icon(%s)", self, pixbuf)
self.set_icon(pixbuf)
self.get_window().set_icon_list([pixbuf])
if SAVE_WINDOW_ICONS:
filename = "client-window-%i-icon-%i.png" % (self._id, int(time.time()))
pixbuf.save(filename, "png")
Expand Down

0 comments on commit 8446e0d

Please sign in to comment.