Skip to content
Snippets Groups Projects
Commit 083c6621 authored by Cinder's avatar Cinder
Browse files

Parse urls in a few profile fields

parent 9abfaaf2
No related branches found
No related tags found
No related merge requests found
...@@ -38,5 +38,6 @@ ...@@ -38,5 +38,6 @@
right="-4" right="-4"
bg_readonly_color="DkGray2" bg_readonly_color="DkGray2"
text_readonly_color="White" text_readonly_color="White"
word_wrap="true" /> word_wrap="true"
parse_urls="true" />
</panel> </panel>
...@@ -122,6 +122,7 @@ ...@@ -122,6 +122,7 @@
left="25" left="25"
text_pad_left="5" text_pad_left="5"
name="wanna_something" name="wanna_something"
parse_urls="true"
right="-40"> right="-40">
<line_editor.commit_callback <line_editor.commit_callback
function="Profile.CommitInterest" /> function="Profile.CommitInterest" />
...@@ -221,6 +222,7 @@ ...@@ -221,6 +222,7 @@
left="25" left="25"
text_pad_left="5" text_pad_left="5"
name="can_something" name="can_something"
parse_urls="true"
right="-40"> right="-40">
<line_editor.commit_callback <line_editor.commit_callback
function="Profile.CommitInterest" /> function="Profile.CommitInterest" />
...@@ -247,6 +249,7 @@ ...@@ -247,6 +249,7 @@
left="25" left="25"
text_pad_left="5" text_pad_left="5"
name="languages" name="languages"
parse_urls="true"
right="-40"> right="-40">
<line_editor.commit_callback <line_editor.commit_callback
function="Profile.CommitInterest" /> function="Profile.CommitInterest" />
......
...@@ -136,7 +136,8 @@ ...@@ -136,7 +136,8 @@
right="-4" right="-4"
bg_readonly_color="DkGray2" bg_readonly_color="DkGray2"
text_readonly_color="White" text_readonly_color="White"
word_wrap="true" /> word_wrap="true"
parse_urls="true" />
<text <text
font="SansSerifSmall" font="SansSerifSmall"
text_color="White_50" text_color="White_50"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment