Advertisement
helgewl

aur/solaar: workaround_Argument_0_does_not_allow_None.patch

Apr 9th, 2015
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.61 KB | None | 0 0
  1. diff -aur Solaar-0.9.2.pristine/lib/solaar/ui/window.py Solaar-0.9.2.new/lib/solaar/ui/window.py
  2. --- Solaar-0.9.2.pristine/lib/solaar/ui/window.py       2013-07-24 11:40:54.000000000 +0200
  3. +++ Solaar-0.9.2.new/lib/solaar/ui/window.py    2015-04-09 22:44:29.206187923 +0200
  4. @@ -77,7 +77,7 @@
  5.  #
  6.  
  7.  Gtk.Window.set_default_icon_name(NAME.lower())
  8. -Gtk.Window.set_default_icon_from_file(_icons.icon_file(NAME.lower()))
  9. +#Gtk.Window.set_default_icon_from_file(_icons.icon_file(NAME.lower()))
  10.  
  11.  def _new_button(label, icon_name=None, icon_size=_NORMAL_BUTTON_ICON_SIZE, tooltip=None, toggle=False, clicked=None):
  12.     if toggle:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement