Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/linkbutton.py
diff options
context:
space:
mode:
authorSam Parkinson <sam.parkinson3@gmail.com>2014-06-14 11:33:02 (GMT)
committer Sam Parkinson <sam.parkinson3@gmail.com>2014-06-14 11:33:02 (GMT)
commitb14ced42b25130b61fc9bfdf988d3cb82562f1ec (patch)
tree49e8072d5af3802248dc223c5ca3fdbc66cc7be0 /linkbutton.py
parent4b12edd7a911d89d289ca218715cedef5b21d996 (diff)
Show the bookmark title in the icon's palettetitle-in-palette
Diffstat (limited to 'linkbutton.py')
-rw-r--r--linkbutton.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linkbutton.py b/linkbutton.py
index e52c8cc..808c8f6 100644
--- a/linkbutton.py
+++ b/linkbutton.py
@@ -50,7 +50,7 @@ class LinkButton(TrayButton, GObject.GObject):
color.split(',')[0])
self.page = int(page)
- info = title + '\n' + owner
+ info = title + '\n' + '<small><i>' + owner + '</i></small>'
self.setup_rollover_options(info)
def set_image(self, buf, fill='#0000ff', stroke='#4d4c4f'):