Display a link to the Arch/AUR package page in the info area.

For installed packages the link cannot be displayed since the name of the
repository is unknown.

Signed-off-by: Philip <philm@manjaro.org>
This commit is contained in:
Benjamin Arbogast
2014-04-17 10:53:00 +02:00
committed by Philip
parent 7292623942
commit 5840789f4e
2 changed files with 28 additions and 0 deletions

View File

@@ -837,6 +837,20 @@
<property name="position">3</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="pkg_link_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="xpad">10</property>
<property name="selectable">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">4</property>
</packing>
</child>
</object>
</child>
</object>