fixed wrong indentation again
This commit is contained in:
parent
40e93407e8
commit
a5ed9c26ab
@ -205,9 +205,9 @@ class SuggestionButton ( Gtk.Button ):
|
|||||||
self.image.set_from_stock( self.iconName, size )
|
self.image.set_from_stock( self.iconName, size )
|
||||||
|
|
||||||
class TargetEntry(Structure):
|
class TargetEntry(Structure):
|
||||||
_fields_ = [("target", c_char_p),
|
_fields_ = [("target", c_char_p),
|
||||||
("flags", c_int),
|
("flags", c_int),
|
||||||
("info", c_int)]
|
("info", c_int)]
|
||||||
|
|
||||||
class pluginclass( object ):
|
class pluginclass( object ):
|
||||||
TARGET_TYPE_TEXT = 80
|
TARGET_TYPE_TEXT = 80
|
||||||
@ -780,14 +780,14 @@ class pluginclass( object ):
|
|||||||
found_packages.append(pkg)
|
found_packages.append(pkg)
|
||||||
|
|
||||||
if len(found_packages) > 0:
|
if len(found_packages) > 0:
|
||||||
last_separator = Gtk.EventBox()
|
last_separator = Gtk.EventBox()
|
||||||
last_separator.add(Gtk.HSeparator())
|
last_separator.add(Gtk.HSeparator())
|
||||||
last_separator.set_visible_window(False)
|
last_separator.set_visible_window(False)
|
||||||
last_separator.set_size_request(-1, 20)
|
last_separator.set_size_request(-1, 20)
|
||||||
last_separator.type = "separator"
|
last_separator.type = "separator"
|
||||||
last_separator.show_all()
|
last_separator.show_all()
|
||||||
self.applicationsBox.add(last_separator)
|
self.applicationsBox.add(last_separator)
|
||||||
self.suggestions.append(last_separator)
|
self.suggestions.append(last_separator)
|
||||||
|
|
||||||
for pkg in found_packages:
|
for pkg in found_packages:
|
||||||
name = pkg.name
|
name = pkg.name
|
||||||
|
Loading…
Reference in New Issue
Block a user