Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
empathy
Commits
f58d68dd
Commit
f58d68dd
authored
May 15, 2012
by
Danielle Madeley
Browse files
Remove contact list size radiobuttons from preferences
parent
f1225d5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/empathy-preferences.c
View file @
f58d68dd
...
...
@@ -216,10 +216,6 @@ preferences_setup_widgets (EmpathyPreferences *preferences,
"radiobutton_chats_new_windows"
);
BIND_ACTIVE
(
ui
,
UI_EVENTS_NOTIFY_AREA
,
"checkbutton_events_notif_area"
);
BIND_ACTIVE
(
ui
,
UI_SHOW_AVATARS
,
"radiobutton_normal_size_avatars"
);
BIND_ACTIVE
(
ui
,
UI_COMPACT_CONTACT_LIST
,
"radiobutton_compact_size"
);
BIND_ACTIVE
(
ui
,
UI_SHOW_BALANCES
,
"checkbutton_show_balances"
);
...
...
src/empathy-preferences.ui
View file @
f58d68dd
...
...
@@ -135,95 +135,6 @@
<property
name=
"position"
>
3
</property>
</packing>
</child>
<child>
<object
class=
"GtkGrid"
id=
"grid1"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"column_spacing"
>
3
</property>
<property
name=
"n_columns"
>
2
</property>
<child>
<object
class=
"GtkLabel"
id=
"label11"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"halign"
>
start
</property>
<property
name=
"label"
translatable=
"yes"
>
Contact size:
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkRadioButton"
id=
"radiobutton_normal_size_avatars"
>
<property
name=
"label"
translatable=
"yes"
>
normal size with avatars
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"active"
>
True
</property>
<property
name=
"draw_indicator"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
1
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkRadioButton"
id=
"radiobutton_normal_size"
>
<property
name=
"label"
translatable=
"yes"
>
normal size
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"active"
>
True
</property>
<property
name=
"draw_indicator"
>
True
</property>
<property
name=
"group"
>
radiobutton_normal_size_avatars
</property>
</object>
<packing>
<property
name=
"left_attach"
>
1
</property>
<property
name=
"top_attach"
>
1
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkRadioButton"
id=
"radiobutton_compact_size"
>
<property
name=
"label"
translatable=
"yes"
>
compact size
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"active"
>
True
</property>
<property
name=
"draw_indicator"
>
True
</property>
<property
name=
"group"
>
radiobutton_normal_size_avatars
</property>
</object>
<packing>
<property
name=
"left_attach"
>
1
</property>
<property
name=
"top_attach"
>
2
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property
name=
"expand"
>
False
</property>
<property
name=
"fill"
>
True
</property>
<property
name=
"position"
>
4
</property>
</packing>
</child>
</object>
</child>
</object>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment