Merge lp:~muktupavels/compiz/lp1794765 into lp:compiz/0.9.13

Proposed by Alberts Muktupāvels
Status: Merged
Approved by: Dmitry Shachnev
Approved revision: 4187
Merged at revision: 4187
Proposed branch: lp:~muktupavels/compiz/lp1794765
Merge into: lp:compiz/0.9.13
Diff against target: 15 lines (+0/-5)
1 file modified
compizconfig/ccsm/ccm/Utils.py (+0/-5)
To merge this branch: bzr merge lp:~muktupavels/compiz/lp1794765
Reviewer Review Type Date Requested Status
Dmitry Shachnev Approve
Review via email: mp+355888@code.launchpad.net

Commit message

Fix missing icons in CCSM.

Description of the change

Remove __gsignals__ = { 'draw' : 'override' }. This is not needed, do_draw is still overridden.

To post a comment you must log in.
Revision history for this message
Dmitry Shachnev (mitya57) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'compizconfig/ccsm/ccm/Utils.py'
2--- compizconfig/ccsm/ccm/Utils.py 2018-07-17 11:19:11 +0000
3+++ compizconfig/ccsm/ccm/Utils.py 2018-09-30 12:28:49 +0000
4@@ -122,11 +122,6 @@
5 self.set_size_request (minWidth, minHeight)
6
7 class PrettyButton (Gtk.Button):
8-
9- __gsignals__ = {
10- 'draw' : 'override',
11- }
12-
13 _old_toplevel = None
14
15 def __init__ (self):

Subscribers

People subscribed via source and target branches