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 )
|
||||
|
||||
class TargetEntry(Structure):
|
||||
_fields_ = [("target", c_char_p),
|
||||
("flags", c_int),
|
||||
("info", c_int)]
|
||||
_fields_ = [("target", c_char_p),
|
||||
("flags", c_int),
|
||||
("info", c_int)]
|
||||
|
||||
class pluginclass( object ):
|
||||
TARGET_TYPE_TEXT = 80
|
||||
@ -780,14 +780,14 @@ class pluginclass( object ):
|
||||
found_packages.append(pkg)
|
||||
|
||||
if len(found_packages) > 0:
|
||||
last_separator = Gtk.EventBox()
|
||||
last_separator.add(Gtk.HSeparator())
|
||||
last_separator.set_visible_window(False)
|
||||
last_separator.set_size_request(-1, 20)
|
||||
last_separator.type = "separator"
|
||||
last_separator.show_all()
|
||||
self.applicationsBox.add(last_separator)
|
||||
self.suggestions.append(last_separator)
|
||||
last_separator = Gtk.EventBox()
|
||||
last_separator.add(Gtk.HSeparator())
|
||||
last_separator.set_visible_window(False)
|
||||
last_separator.set_size_request(-1, 20)
|
||||
last_separator.type = "separator"
|
||||
last_separator.show_all()
|
||||
self.applicationsBox.add(last_separator)
|
||||
self.suggestions.append(last_separator)
|
||||
|
||||
for pkg in found_packages:
|
||||
name = pkg.name
|
||||
|
Loading…
Reference in New Issue
Block a user