| 5 | | |
| 6 | | <widget class="GtkWindow" id="preferences_window"> |
| 7 | | <property name="border_width">6</property> |
| 8 | | <property name="title" translatable="yes">Preferences</property> |
| 9 | | <property name="type">GTK_WINDOW_TOPLEVEL</property> |
| 10 | | <property name="window_position">GTK_WIN_POS_NONE</property> |
| 11 | | <property name="modal">False</property> |
| 12 | | <property name="resizable">True</property> |
| 13 | | <property name="destroy_with_parent">False</property> |
| 14 | | <property name="role">preferences</property> |
| 15 | | <property name="decorated">True</property> |
| 16 | | <property name="skip_taskbar_hint">False</property> |
| 17 | | <property name="skip_pager_hint">False</property> |
| 18 | | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
| 19 | | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
| 20 | | <property name="focus_on_map">True</property> |
| 21 | | <property name="urgency_hint">False</property> |
| 22 | | <signal name="key_press_event" handler="on_preferences_window_key_press_event"/> |
| 23 | | <signal name="destroy" handler="on_preferences_window_destroy"/> |
| 24 | | |
| 25 | | <child> |
| 26 | | <widget class="GtkVBox" id="vbox13"> |
| 27 | | <property name="visible">True</property> |
| 28 | | <property name="homogeneous">False</property> |
| 29 | | <property name="spacing">6</property> |
| 30 | | |
| 31 | | <child> |
| 32 | | <widget class="GtkNotebook" id="preferences_notebook"> |
| 33 | | <property name="visible">True</property> |
| 34 | | <property name="can_focus">True</property> |
| 35 | | <property name="show_tabs">True</property> |
| 36 | | <property name="show_border">False</property> |
| 37 | | <property name="tab_pos">GTK_POS_TOP</property> |
| 38 | | <property name="scrollable">False</property> |
| 39 | | <property name="enable_popup">False</property> |
| 40 | | |
| 41 | | <child> |
| 42 | | <widget class="GtkVBox" id="vbox41"> |
| 43 | | <property name="border_width">12</property> |
| 44 | | <property name="visible">True</property> |
| 45 | | <property name="homogeneous">False</property> |
| 46 | | <property name="spacing">6</property> |
| 47 | | |
| 48 | | <child> |
| 49 | | <widget class="GtkCheckButton" id="trayicon_checkbutton"> |
| 50 | | <property name="can_focus">True</property> |
| 51 | | <property name="label" translatable="yes">Use t_rayicon (aka. notification area icon)</property> |
| 52 | | <property name="use_underline">True</property> |
| 53 | | <property name="relief">GTK_RELIEF_NORMAL</property> |
| 54 | | <property name="focus_on_click">True</property> |
| 55 | | <property name="active">False</property> |
| 56 | | <property name="inconsistent">False</property> |
| 57 | | <property name="draw_indicator">True</property> |
| 58 | | <signal name="toggled" handler="on_trayicon_checkbutton_toggled"/> |
| 59 | | </widget> |
| 60 | | <packing> |
| 61 | | <property name="padding">0</property> |
| 62 | | <property name="expand">False</property> |
| 63 | | <property name="fill">False</property> |
| 64 | | </packing> |
| 65 | | </child> |
| 66 | | |
| 67 | | <child> |
| 68 | | <widget class="GtkCheckButton" id="save_position_checkbutton"> |
| 69 | | <property name="visible">True</property> |
| 70 | | <property name="tooltip" translatable="yes">If checked, Gajim will remember the roster and chat window positions in the screen and the sizes of them next time you run it</property> |
| 71 | | <property name="can_focus">True</property> |
| 72 | | <property name="label" translatable="yes">Save _position and size for roster and chat windows</property> |
| 73 | | <property name="use_underline">True</property> |
| 74 | | <property name="relief">GTK_RELIEF_NORMAL</property> |
| 75 | | <property name="focus_on_click">True</property> |
| 76 | | <property name="active">False</property> |
| 77 | | <property name="inconsistent">False</property> |
| 78 | | <property name="draw_indicator">True</property> |
| 79 | | <signal name="toggled" handler="on_save_position_checkbutton_toggled"/> |
| 80 | | </widget> |
| 81 | | <packing> |
| 82 | | <property name="padding">0</property> |
| 83 | | <property name="expand">False</property> |
| 84 | | <property name="fill">False</property> |
| 85 | | </packing> |
| 86 | | </child> |
| 87 | | |
| 88 | | <child> |
| 89 | | <widget class="GtkCheckButton" id="show_avatars_in_roster_checkbutton"> |
| 90 | | <property name="visible">True</property> |
| 91 | | <property name="tooltip" translatable="yes">If checked, Gajim will display avatars of contacts in roster window and in group chats</property> |
| 92 | | <property name="can_focus">True</property> |
| 93 | | <property name="label" translatable="yes">Display a_vatars of contacts in roster</property> |
| 94 | | <property name="use_underline">True</property> |
| 95 | | <property name="relief">GTK_RELIEF_NORMAL</property> |
| 96 | | <property name="focus_on_click">True</property> |
| 97 | | <property name="active">False</property> |
| 98 | | <property name="inconsistent">False</property> |
| 99 | | <property name="draw_indicator">True</property> |
| 100 | | <signal name="toggled" handler="on_show_avatars_in_roster_checkbutton_toggled"/> |
| 101 | | </widget> |
| 102 | | <packing> |
| 103 | | <property name="padding">0</property> |
| 104 | | <property name="expand">False</property> |
| 105 | | <property name="fill">False</property> |
| 106 | | </packing> |
| 107 | | </child> |
| 108 | | |
| 109 | | <child> |
| 110 | | <widget class="GtkCheckButton" id="show_status_msgs_in_roster_checkbutton"> |
| 111 | | <property name="visible">True</property> |
| 112 | | <property name="tooltip" translatable="yes">If checked, Gajim will display status messages of contacts under the contact name in roster window and in group chats</property> |
| 113 | | <property name="can_focus">True</property> |
| 114 | | <property name="label" translatable="yes">Display status _messages of contacts in roster</property> |
| 115 | | <property name="use_underline">True</property> |
| 116 | | <property name="relief">GTK_RELIEF_NORMAL</property> |
| 117 | | <property name="focus_on_click">True</property> |
| 118 | | <property name="active">False</property> |
| 119 | | <property name="inconsistent">False</property> |
| 120 | | <property name="draw_indicator">True</property> |
| 121 | | <signal name="toggled" handler="on_show_status_msgs_in_roster_checkbutton_toggled"/> |
| 122 | | </widget> |
| 123 | | <packing> |
| 124 | | <property name="padding">0</property> |
| 125 | | <property name="expand">False</property> |
| 126 | | <property name="fill">False</property> |
| 127 | | </packing> |
| 128 | | </child> |
| 129 | | |
| 130 | | <child> |
| 131 | | <widget class="GtkCheckButton" id="sort_by_show_checkbutton"> |
| 132 | | <property name="visible">True</property> |
| 133 | | <property name="can_focus">True</property> |
| 134 | | <property name="label" translatable="yes">_Sort contacts by status</property> |
| 135 | | <property name="use_underline">True</property> |
| 136 | | <property name="relief">GTK_RELIEF_NORMAL</property> |
| 137 | | <property name="focus_on_click">True</property> |
| 138 | | <property name="active">False</property> |
| 139 | | <property name="inconsistent">False</property> |
| 140 | | <property name="draw_indicator">True</property> |
| 141 | | <signal name="toggled" handler="on_sort_by_show_checkbutton_toggled"/> |
| 142 | | </widget> |
| 143 | | <packing> |
| 144 | | <property name="padding">0</property> |
| 145 | | <property name="expand">False</property> |
| 146 | | <property name="fill">False</property> |
| 147 | | </packing> |
| 148 | | </child> |
| 149 | | |
| 150 | | <child> |
| 151 | | <widget class="GtkFrame" id="frame35"> |
| 152 | | <property name="visible">True</property> |
| 153 | | <property name="label_xalign">0</property> |
| 154 | | <property name="label_yalign">0.5</property> |
| 155 | | <property name="shadow_type">GTK_SHADOW_NONE</property> |
| 156 | | |
| 157 | | <child> |
| 158 | | <widget class="GtkAlignment" id="alignment73"> |
| 159 | | <property name="border_width">6</property> |
| 160 | | <property name="visible">True</property> |
| 161 | | <property name="xalign">0.5</property> |
| 162 | | <property name="yalign">0.5</property> |
| 163 | | <property name="xscale">1</property> |
| 164 | | <property name="yscale">1</property> |
| 165 | | <property name="top_padding">4</property> |
| 166 | | <property name="bottom_padding">0</property> |
| 167 | | <property name="left_padding">12</property> |
| 168 | | <property name="right_padding">0</property> |
| 169 | | |
| 170 | | <child> |
| 171 | | <widget class="GtkVBox" id="vbox95"> |
| 172 | | <property name="visible">True</property> |
| 173 | | <property name="homogeneous">False</property> |
| 174 | | <property name="spacing">12</property> |
| 175 | | |
| 176 | | <child> |
| 177 | | <widget class="GtkHBox" id="hbox2901"> |
| 178 | | <property name="visible">True</property> |
| 179 | | <property name="homogeneous">False</property> |
| 180 | | <property name="spacing">12</property> |
| 181 | | |
| 182 | | <child> |
| 183 | | <widget class="GtkLabel" id="label174"> |
| 184 | | <property name="visible">True</property> |
| 185 | | <property name="label" translatable="yes">Default status _iconset:</property> |
| 186 | | <property name="use_underline">True</property> |
| 187 | | <property name="use_markup">False</property> |
| 188 | | <property name="justify">GTK_JUSTIFY_LEFT</property> |
| 189 | | <property name="wrap">False</property> |
| 190 | | <property name="selectable">False</property> |
| 191 | | <property name="xalign">0.5</property> |
| 192 | | <property name="yalign">0.5</property> |
| 193 | | <property name="xpad">0</property> |
| 194 | | <property name="ypad">0</property> |
| 195 | | <property name="mnemonic_widget">iconset_combobox</property> |
| 196 | | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
| 197 | | <property name="width_chars">-1</property> |
| 198 | | <property name="single_line_mode">False</property> |
| 199 | | <property name="angle">0</property> |
| 200 | | </widget> |
| 201 | | <packing> |
| 202 | | <property name="padding">0</property> |
| 203 | | <property name="expand">False</property> |
| 204 | | <property name="fill">False</property> |
| 205 | | </packing> |
| 206 | | </child> |
| 207 | | |
| 208 | | <child> |
| 209 | | <widget class="GtkComboBox" id="iconset_combobox"> |
| 210 | | <property name="visible">True</property> |
| 211 | | <property name="add_tearoffs">False</property> |
| 212 | | <property name="focus_on_click">True</property> |
| 213 | | <signal name="changed" handler="on_iconset_combobox_changed"/> |
| 214 | | </widget> |
| 215 | | <packing> |
| 216 | | <property name="padding">0</property> |
| 217 | | <property name="expand">False</property> |
| 218 | | <property name="fill">True</property> |
| 219 | | </packing> |
| 220 | | </child> |
| 221 | | |
| 222 | | <child> |
| 223 | | <widget class="GtkCheckButton" id="transports_iconsets_checkbutton"> |
| 224 | | <property name="visible">True</property> |
| 225 | | <property name="tooltip" translatable="yes">If checked, Gajim will use protocol-specific status icons. (eg. A contact from MSN will have the equivalent msn icon for status online, away, busy, etc...)</property> |
| 226 | | <property name="can_focus">True</property> |
| 227 | | <property name="label" translatable="yes">Use _transports iconsets</property> |
| 228 | | <property name="use_underline">True</property> |
| 229 | | <property name="relief">GTK_RELIEF_NORMAL</property> |
| 230 | | <property name="focus_on_click">True</property> |
| 231 | | <property name="active">False</property> |
| 232 | | <property name="inconsistent">False</property> |
| 233 | | <property name="draw_indicator">True</property> |
| 234 | | <signal name="toggled" handler="on_transports_iconsets_checkbutton_toggled"/> |
| 235 | | </widget> |
| 236 | | <packing> |
| 237 | | <property name="padding">0</property> |
| 238 | | <property name="expand">False</property> |
| 239 | | <property name="fill">True</property> |
| 240 | | </packing> |
| 241 | | </child> |
| 242 | | </widget> |
| 243 | | <packing> |
| 244 | | <property name="padding">0</property> |
| 245 | | <property name="expand">True</property> |
| 246 | | <property name="fill">True</property> |
| 247 | | </packing> |
| 248 | | </child> |
| 249 | | |
| 250 | | <child> |
| 251 | | <widget class="GtkHBox" id="hbox2956"> |
| 252 | | <property name="visible">True</property> |
| 253 | | <property name="homogeneous">False</property> |
| 254 | | <property name="spacing">12</property> |
| 255 | | |
| 256 | | <child> |
| 257 | | <widget class="GtkLabel" id="label249"> |
| 258 | | <property name="visible">True</property> |
| 259 | | <property name="label" translatable="yes">T_heme:</property> |
| 260 | | <property name="use_underline">True</property> |
| 261 | | <property name="use_markup">False</property> |
| 262 | | <property name="justify">GTK_JUSTIFY_LEFT</property> |
| 263 | | <property name="wrap">False</property> |
| 264 | | <property name="selectable">False</property> |
| 265 | | <property name="xalign">0.5</property> |
| 266 | | <property name="yalign">0.5</property> |
| 267 | | <property name="xpad">0</property> |
| 268 | | <property name="ypad">0</property> |
| 269 | | <property name="mnemonic_widget">theme_combobox</property> |
| 270 | | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
| 271 | | <property name="width_chars">-1</property> |
| 272 | | <property name="single_line_mode">False</property> |
| 273 | | <property name="angle">0</property> |
| 274 | | </widget> |
| 275 | | <packing> |
| 276 | | <property name="padding">0</property> |
| 277 | | <property name="expand">False</property> |
| 278 | | <property name="fill">False</property> |
| 279 | | </packing> |
| 280 | | </child> |
| 281 | | |
| 282 | | <child> |
| 283 | | <widget class="GtkComboBox" id="theme_combobox"> |
| 284 | | <property name="visible">True</property> |
| 285 | | <property name="add_tearoffs">False</property> |
| 286 | | <property name="focus_on_click">True</property> |
| 287 | | <signal name="changed" handler="on_theme_combobox_changed"/> |
| 288 | | </widget> |
| 289 | | <packing> |
| 290 | | <property name="padding">0</property> |
| 291 | | <property name="expand">False</property> |
| 292 | | <property name="fill">True</property> |
| 293 | | </packing> |
| 294 | | </child> |
| 295 | | |
| 296 | | <child> |
| 297 | | <widget class="GtkButton" id="manage_theme_button"> |
| 298 | | <property name="visible">True</property> |
| 299 | | <property name="tooltip" translatable="yes">Configure color and font of the interface</property> |
| 300 | | <property name="can_focus">True</property> |
| 301 | | <property name="label" translatable="yes">Ma_nage...</property> |
| 302 | | <property name="use_underline">True</property> |
| 303 | | <property name="relief">GTK_RELIEF_NORMAL</property> |
| 304 | | <property name="focus_on_click">True</property> |
| 305 | | <signal name="clicked" handler="on_manage_theme_button_clicked"/> |
| 306 | | </widget> |
| 307 | | <packing> |
| 308 | | <property name="padding">0</property> |
| 309 | | <property name="expand">False</property> |
| 310 | | <property name="fill">False</property> |
| 311 | | </packing> |
| 312 | | </child> |
| 313 | | </widget> |
| 314 | | <packing> |
| 315 | | <property name="padding">0</property> |
| 316 | | <property name="expand">True</property> |
| 317 | | <property name="fill">True</property> |
| 318 | | </packing> |
| 319 | | </child> |
| 320 | | </widget> |
| 321 | | </child> |
| 322 | | </widget> |
| 323 | | </child> |
| 324 | | |
| 325 | | <child> |
| 326 | | <widget class="GtkLabel" id="label326"> |
| 327 | | <property name="visible">True</property> |
| 328 | | <property name="label" translatable="yes"><b>Interface Customization</b></property> |
| 329 | | <property name="use_underline">False</property> |
| 330 | | <property name="use_markup">True</property> |
| 331 | | <property name="justify">GTK_JUSTIFY_LEFT</property> |
| 332 | | <property name="wrap">False</property> |
| 333 | | <property name="selectable">False</property> |
| 334 | | <property name="xalign">0.5</property> |
| 335 | | <property name="yalign">0.5</property> |
| 336 | | <property name="xpad">0</property> |
| 337 | | <property name="ypad">0</property> |
| 338 | | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
| 339 | | <property name="width_chars">-1</property> |
| 340 | | <property name="single_line_mode">False</property> |
| 341 | | <property name="angle">0</property> |
| 342 | | </widget> |
| 343 | | <packing> |
| 344 | | <property name="type">label_item</property> |
| 345 | | </packing> |
| 346 | | </child> |
| 347 | | </widget> |
| 348 | | <packing> |
| 349 | | <property name="padding">12</property> |
| 350 | | <property name="expand">False</property> |
| 351 | | <property name="fill">True</property> |
| 352 | | </packing> |
| 353 | | </child> |
| 354 | | </widget> |
| 355 | | <packing> |
| 356 | | <property name="tab_expand">False</property> |
| 357 | | <property name="tab_fill">True</property> |
| 358 | | </packing> |
| 359 | | </child> |
| 360 | | |
| 361 | | <child> |
| 362 | | <widget class="GtkLabel" id="label74"> |
| 363 | | <property name="visible">True</property> |
| 364 | | <property name="label" translatable="yes">General</property> |
| 365 | | <property name="use_underline">False</property> |
| 366 | | <property name="use_markup">False</property> |
| 367 | | <property name="justify">GTK_JUSTIFY_LEFT</property> |
| 368 | | <property name="wrap">False</property> |
| 369 | | <property name="selectable">False</property> |
| 370 | | <property name="xalign">0.5</property> |
| 371 | | <property name="yalign">0.5</property> |
| 372 | | <property name="xpad">0</property> |
| 373 | | <property name="ypad">0</property> |
| 374 | | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
| 375 | | <property name="width_chars">-1</property> |
| 376 | | <property name="single_line_mode">False</property> |
| 377 | | <property name="angle">0</property> |
| 378 | | </widget> |
| 379 | | <packing> |
| 380 | | <property name="type">tab</property> |
| 381 | | </packing> |
| 382 | | </child> |
| 383 | | |
| 384 | | <child> |
| 385 | | <widget class="GtkVBox" id="vbox58"> |
| 386 | | <property name="border_width">12</property> |
| 387 | | <property name="visible">True</property> |
| 388 | | <property name="homogeneous">False</property> |
| 389 | | <property name="spacing">6</property> |
| 390 | | |
| 391 | | <child> |
| 392 | | <widget class="GtkHBox" id="hbox3018"> |
| 393 | | <property name="visible">True</property> |
| 394 | | <property name="homogeneous">False</property> |
| 395 | | <property name="spacing">5</property> |
| 396 | | |
| 397 | | <child> |
| 398 | | <widget class="GtkLabel" id="label379"> |
| 399 | | <property name="visible">True</property> |
| 400 | | <property name="label" translatable="yes">One message _window:</property> |
| 401 | | <property name="use_underline">True</property> |
| 402 | | <property name="use_markup">False</property> |
| 403 | | <property name="justify">GTK_JUSTIFY_LEFT</property> |
| 404 | | <property name="wrap">False</property> |
| 405 | | <property name="selectable">False</property> |
| 406 | | <property name="xalign">0.5</property> |
| 407 | | <property name="yalign">0.5</property> |
| 408 | | <property name="xpad">1</property> |
| 409 | | <property name="ypad">0</property> |
| 410 | | <property name="mnemonic_widget">one_window_type_combobox</property> |
| 411 | | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
| 412 | | <property name="width_chars">-1</property> |
| 413 | | <property name="single_line_mode">False</property> |
| 414 | | <property name="angle">0</property> |
| 415 | | </widget> |
| 416 | | <packing> |
| 417 | | <property name="padding">0</property> |
| 418 | | <property name="expand">False</property> |
| 419 | | <property name="fill">False</property> |
| 420 | | </packing> |
| 421 | | </child> |
| 422 | | |
| 423 | | <child> |
| 424 | | <widget class="GtkComboBox" id="one_window_type_combobox"> |
| 425 | | <property name="visible">True</property> |
| 426 | | <property name="items" translatable="yes">Never |
| | 5 | <widget class="GtkWindow" id="preferences_window"> |
| | 6 | <property name="border_width">6</property> |
| | 7 | <property name="title" translatable="yes">Preferences</property> |
| | 8 | <property name="role">preferences</property> |
| | 9 | <signal name="key_press_event" handler="on_preferences_window_key_press_event"/> |
| | 10 | <signal name="destroy" handler="on_preferences_window_destroy"/> |
| | 11 | <child> |
| | 12 | <widget class="GtkVBox" id="vbox13"> |
| | 13 | <property name="visible">True</property> |
| | 14 | <property name="spacing">6</property> |
| | 15 | <child> |
| | 16 | <widget class="GtkNotebook" id="preferences_notebook"> |
| | 17 | <property name="visible">True</property> |
| | 18 | <property name="can_focus">True</property> |
| | 19 | <property name="show_border">False</property> |
| | 20 | <child> |
| | 21 | <widget class="GtkVBox" id="vbox41"> |
| | 22 | <property name="visible">True</property> |
| | 23 | <property name="border_width">12</property> |
| | 24 | <property name="spacing">6</property> |
| | 25 | <child> |
| | 26 | <widget class="GtkFrame" id="frame1"> |
| | 27 | <property name="visible">True</property> |
| | 28 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 29 | <property name="label_xalign">0</property> |
| | 30 | <property name="shadow_type">GTK_SHADOW_NONE</property> |
| | 31 | <child> |
| | 32 | <widget class="GtkAlignment" id="alignment1"> |
| | 33 | <property name="visible">True</property> |
| | 34 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 35 | <property name="left_padding">12</property> |
| | 36 | <child> |
| | 37 | <widget class="GtkVBox" id="vbox1"> |
| | 38 | <property name="visible">True</property> |
| | 39 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 40 | <property name="spacing">6</property> |
| | 41 | <child> |
| | 42 | <widget class="GtkCheckButton" id="show_avatars_in_roster_checkbutton"> |
| | 43 | <property name="visible">True</property> |
| | 44 | <property name="can_focus">True</property> |
| | 45 | <property name="tooltip" translatable="yes">If checked, Gajim will display avatars of contacts in roster window and in group chats</property> |
| | 46 | <property name="label" translatable="yes">Display a_vatars of contacts in roster</property> |
| | 47 | <property name="use_underline">True</property> |
| | 48 | <property name="response_id">0</property> |
| | 49 | <property name="draw_indicator">True</property> |
| | 50 | <signal name="toggled" handler="on_show_avatars_in_roster_checkbutton_toggled"/> |
| | 51 | </widget> |
| | 52 | <packing> |
| | 53 | <property name="expand">False</property> |
| | 54 | <property name="fill">False</property> |
| | 55 | </packing> |
| | 56 | </child> |
| | 57 | <child> |
| | 58 | <widget class="GtkCheckButton" id="show_status_msgs_in_roster_checkbutton"> |
| | 59 | <property name="visible">True</property> |
| | 60 | <property name="can_focus">True</property> |
| | 61 | <property name="tooltip" translatable="yes">If checked, Gajim will display status messages of contacts under the contact name in roster window and in group chats</property> |
| | 62 | <property name="label" translatable="yes">Display status _messages of contacts in roster</property> |
| | 63 | <property name="use_underline">True</property> |
| | 64 | <property name="response_id">0</property> |
| | 65 | <property name="draw_indicator">True</property> |
| | 66 | <signal name="toggled" handler="on_show_status_msgs_in_roster_checkbutton_toggled"/> |
| | 67 | </widget> |
| | 68 | <packing> |
| | 69 | <property name="expand">False</property> |
| | 70 | <property name="fill">False</property> |
| | 71 | <property name="position">1</property> |
| | 72 | </packing> |
| | 73 | </child> |
| | 74 | <child> |
| | 75 | <widget class="GtkCheckButton" id="sort_by_show_checkbutton"> |
| | 76 | <property name="visible">True</property> |
| | 77 | <property name="can_focus">True</property> |
| | 78 | <property name="label" translatable="yes">_Sort contacts by status</property> |
| | 79 | <property name="use_underline">True</property> |
| | 80 | <property name="response_id">0</property> |
| | 81 | <property name="draw_indicator">True</property> |
| | 82 | <signal name="toggled" handler="on_sort_by_show_checkbutton_toggled"/> |
| | 83 | </widget> |
| | 84 | <packing> |
| | 85 | <property name="expand">False</property> |
| | 86 | <property name="fill">False</property> |
| | 87 | <property name="position">2</property> |
| | 88 | </packing> |
| | 89 | </child> |
| | 90 | </widget> |
| | 91 | </child> |
| | 92 | </widget> |
| | 93 | </child> |
| | 94 | <child> |
| | 95 | <widget class="GtkLabel" id="label1"> |
| | 96 | <property name="visible">True</property> |
| | 97 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 98 | <property name="label" translatable="yes"><b>Roster Appearance</b></property> |
| | 99 | <property name="use_markup">True</property> |
| | 100 | </widget> |
| | 101 | <packing> |
| | 102 | <property name="type">label_item</property> |