enabled Blogs checkbox in Notify settings

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2965 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-05-21 12:48:58 +00:00
parent 6baf56285b
commit a387ff5ae1
2 changed files with 7 additions and 8 deletions

View File

@ -146,7 +146,6 @@ void NotifyPage::load()
/* disable ones that don't work yet */
ui.notify_Chat->setEnabled(false);
ui.notify_Blogs->setEnabled(false);
ui.notify_Downloads->setEnabled(false);
ui.systray_GroupChat->setEnabled(false);
//ui.popup_NewChat->setEnabled(false);

View File

@ -537,13 +537,6 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="notify_Chat">
<property name="text">
<string>Chat</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="notify_Blogs">
<property name="text">
@ -558,6 +551,13 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="notify_Chat">
<property name="text">
<string>Chat</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="notify_Downloads">
<property name="text">