[Reportbug-commits] [reportbug] 04/22: gtk2_ui: use the g-i spelling for class method set_default_icon_from_file

Sandro Tosi morph at moszumanska.debian.org
Thu Dec 15 00:43:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository reportbug.

commit cc3db8a52d0a42264cdae7166abd45e5e53d54ce
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Dec 14 15:00:05 2016 +0000

    gtk2_ui: use the g-i spelling for class method set_default_icon_from_file
---
 reportbug/ui/gtk2_ui.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index 89d9efc..7d28b6f 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -1590,7 +1590,7 @@ Falling back to 'text' interface."""
     sys.excepthook = ExceptionDialog.create_excepthook(oldhook)
 
     # GTK settings
-    gtk.window_set_default_icon_from_file(DEBIAN_LOGO)
+    gtk.Window.set_default_icon_from_file(DEBIAN_LOGO)
     gtk.link_button_set_uri_hook(lambda button, uri: launch_browser(uri))
 
     application = ReportbugApplication()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git



More information about the Reportbug-commits mailing list