Fixed missing expand option on gramplets; added connect/disconnect signal handling; removed signal to update status bar when gramplet doesn't do anything
svn: r13428
This commit is contained in:
@@ -85,6 +85,7 @@ def GET_AVAILABLE_GRAMPLETS(name):
|
||||
"tname": gplug.name,
|
||||
"version": gplug.version,
|
||||
"height": gplug.height,
|
||||
"expand": gplug.expand,
|
||||
"title": gplug.gramplet_title,
|
||||
"content": gplug.gramplet,
|
||||
"detached_width": gplug.detached_width,
|
||||
|
||||
Reference in New Issue
Block a user