Daniel Brötzmann pushed to branch mainwindow at gajim / gajim


Commits:
b4f78b3e by wurstsalat at 2021-10-03T18:17:58+02:00
Settings: Remove avatar_position_in_roster

- - - - -
6f15260a by wurstsalat at 2021-10-03T18:20:00+02:00
Settings: Remove roster_on_the_right

- - - - -


1 changed file:

- gajim/common/setting_values.py


Changes:

=====================================
gajim/common/setting_values.py
=====================================
@@ -55,7 +55,6 @@ class _ACCOUNT_DEFAULT:
     'quit_on_main_window_x_button': False,
     'hide_on_main_window_x_button': False,
     'main_window_skip_taskbar': False,
-    'roster_on_the_right': False,
     'latest_disco_addresses': '',
     'time_stamp': '%x | %X  ',
     'change_roster_title': True,
@@ -85,7 +84,6 @@ class _ACCOUNT_DEFAULT:
     'muc_highlight_words': '',
     'muc_prefer_direct_msg': True,
     'show_status_msgs_in_roster': True,
-    'avatar_position_in_roster': 'right',
     'print_status_in_chats': False,
     'log_contact_status_changes': False,
     'use_urgency_hint': True,
@@ -352,7 +350,6 @@ class _ACCOUNT_DEFAULT:
         'show_ascii_formatting_chars': _('If enabled, do not remove */_ . So 
*abc* will be bold but with * * not removed.'),
         'gc_refer_to_nick_char': _('Character to add after nickname when using 
nickname completion (tab) in group chat.'),
         'save_main_window_position': _('If enabled, Gajim will save the main 
window position when hiding it, and restore it when showing the window again.'),
-        'roster_on_the_right': _('Place the contact list on the right in 
single window mode'),
         'time_stamp': _('This option lets you customize the timestamp that is 
printed in conversation. For example \'[%H:%M] \' will show \'[hour:minute] \'. 
See python doc on strftime for full documentation 
(https://docs.python.org/3/library/time.html#time.strftime).'),
         'chat_timestamp_format': 
'https://docs.python.org/3/library/time.html#time.strftime',
         'change_roster_title': _('If enabled, Gajim will add * and [n] in 
contact list window title.'),
@@ -376,7 +373,6 @@ class _ACCOUNT_DEFAULT:
         'muc_highlight_words': _('A list of words (semicolon separated) that 
will be highlighted in group chats.'),
         'hide_on_main_window_x_button': _('If enabled, Gajim hides the main 
window when pressing the X button instead of minimizing into the notification 
area.'),
         'main_window_skip_taskbar': _('Don’t show main window in the system 
taskbar.'),
-        'avatar_position_in_roster': _('Define the position of avatars in the 
contact list. Can be \'left\' or \'right\'.'),
         'use_urgency_hint': _('If enabled, Gajim makes the window flash (the 
default behaviour in most Window Managers) when holding pending events.'),
         'notification_timeout': '',
         'escape_key_closes': _('If enabled, pressing Esc closes a 
tab/window.'),



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/181c53ea42cf4fb01b2b7c8ef40da58131dc2936...6f15260acbd44ff0411b859186d4b93e4f63b543

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/181c53ea42cf4fb01b2b7c8ef40da58131dc2936...6f15260acbd44ff0411b859186d4b93e4f63b543
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to