Assign some URL to the HRef widgets
svn: r387
This commit is contained in:
parent
9ba13e399d
commit
fb35af58fd
@ -3492,6 +3492,7 @@
|
|||||||
<name>web_url</name>
|
<name>web_url</name>
|
||||||
<sensitive>False</sensitive>
|
<sensitive>False</sensitive>
|
||||||
<can_focus>True</can_focus>
|
<can_focus>True</can_focus>
|
||||||
|
<url>http://gramps.sourceforge.net</url>
|
||||||
<label></label>
|
<label></label>
|
||||||
<child>
|
<child>
|
||||||
<padding>0</padding>
|
<padding>0</padding>
|
||||||
|
@ -184,15 +184,14 @@
|
|||||||
<name>edit1_menu</name>
|
<name>edit1_menu</name>
|
||||||
|
|
||||||
<widget>
|
<widget>
|
||||||
<class>GtkMenuItem</class>
|
<class>GtkPixmapMenuItem</class>
|
||||||
<name>find</name>
|
<name>find</name>
|
||||||
<signal>
|
<signal>
|
||||||
<name>activate</name>
|
<name>activate</name>
|
||||||
<handler>on_find_activate</handler>
|
<handler>on_find_activate</handler>
|
||||||
<last_modification_time>Wed, 05 Sep 2001 02:48:31 GMT</last_modification_time>
|
<last_modification_time>Wed, 05 Sep 2001 02:48:31 GMT</last_modification_time>
|
||||||
</signal>
|
</signal>
|
||||||
<label>_Find</label>
|
<stock_item>GNOMEUIINFO_MENU_FIND_ITEM</stock_item>
|
||||||
<right_justify>False</right_justify>
|
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
@ -352,7 +351,7 @@
|
|||||||
</widget>
|
</widget>
|
||||||
|
|
||||||
<widget>
|
<widget>
|
||||||
<class>GtkMenuItem</class>
|
<class>GtkPixmapMenuItem</class>
|
||||||
<name>default_person1</name>
|
<name>default_person1</name>
|
||||||
<tooltip>Make the active person the default person</tooltip>
|
<tooltip>Make the active person the default person</tooltip>
|
||||||
<signal>
|
<signal>
|
||||||
@ -362,6 +361,7 @@
|
|||||||
</signal>
|
</signal>
|
||||||
<label>_Default Person</label>
|
<label>_Default Person</label>
|
||||||
<right_justify>False</right_justify>
|
<right_justify>False</right_justify>
|
||||||
|
<stock_icon>GNOME_STOCK_MENU_HOME</stock_icon>
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
|
@ -1383,7 +1383,9 @@
|
|||||||
<widget>
|
<widget>
|
||||||
<class>GnomeHRef</class>
|
<class>GnomeHRef</class>
|
||||||
<name>web_url</name>
|
<name>web_url</name>
|
||||||
|
<sensitive>False</sensitive>
|
||||||
<can_focus>True</can_focus>
|
<can_focus>True</can_focus>
|
||||||
|
<url>http://gramps.sourceforge.net</url>
|
||||||
<label></label>
|
<label></label>
|
||||||
<child>
|
<child>
|
||||||
<padding>0</padding>
|
<padding>0</padding>
|
||||||
|
Loading…
Reference in New Issue
Block a user