| 5 | | |
| 6 | | <widget class="GtkWindow" id="add_new_contact_window"> |
| 7 | | <property name="border_width">6</property> |
| 8 | | <property name="title" translatable="yes">Add New Contact</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">False</property> |
| 13 | | <property name="destroy_with_parent">False</property> |
| 14 | | <property name="decorated">True</property> |
| 15 | | <property name="skip_taskbar_hint">False</property> |
| 16 | | <property name="skip_pager_hint">False</property> |
| 17 | | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
| 18 | | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
| 19 | | <property name="focus_on_map">True</property> |
| 20 | | <property name="urgency_hint">False</property> |
| 21 | | <signal name="key_press_event" handler="on_add_new_contact_window_key_press_event" last_modification_time="Thu, 28 Apr 2005 12:59:51 GMT"/> |
| 22 | | <signal name="destroy" handler="on_add_new_contact_window_destroy" last_modification_time="Thu, 03 Aug 2006 15:49:22 GMT"/> |
| 23 | | |
| 24 | | <child> |
| 25 | | <widget class="GtkVBox" id="vbox8"> |
| 26 | | <property name="visible">True</property> |
| 27 | | <property name="homogeneous">False</property> |
| 28 | | <property name="spacing">6</property> |
| 29 | | |
| 30 | | <child> |
| 31 | | <widget class="GtkLabel" id="prompt_label"> |
| 32 | | <property name="visible">True</property> |
| 33 | | <property name="label" translatable="yes"></property> |
| 34 | | <property name="use_underline">False</property> |
| 35 | | <property name="use_markup">False</property> |
| 36 | | <property name="justify">GTK_JUSTIFY_LEFT</property> |
| 37 | | <property name="wrap">False</property> |
| 38 | | <property name="selectable">False</property> |
| 39 | | <property name="xalign">0.5</property> |
| 40 | | <property name="yalign">0.5</property> |
| 41 | | <property name="xpad">0</property> |
| 42 | | <property name="ypad">0</property> |
| 43 | | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
| 44 | | <property name="width_chars">-1</property> |
| 45 | | <property name="single_line_mode">False</property> |
| 46 | | <property name="angle">0</property> |
| 47 | | </widget> |
| 48 | | <packing> |
| 49 | | <property name="padding">0</property> |
| 50 | | <property name="expand">False</property> |
| 51 | | <property name="fill">False</property> |
| 52 | | </packing> |
| 53 | | </child> |
| 54 | | |
| 55 | | <child> |
| 56 | | <widget class="GtkHBox" id="account_hbox"> |
| 57 | | <property name="visible">True</property> |
| 58 | | <property name="homogeneous">False</property> |
| 59 | | <property name="spacing">6</property> |
| 60 | | |
| 61 | | <child> |
| 62 | | <widget class="GtkLabel" id="account_label"> |
| 63 | | <property name="visible">True</property> |
| 64 | | <property name="label" translatable="yes">A_ccount:</property> |
| 65 | | <property name="use_underline">True</property> |
| 66 | | <property name="use_markup">False</property> |
| 67 | | <property name="justify">GTK_JUSTIFY_LEFT</property> |
| 68 | | <property name="wrap">False</property> |
| 69 | | <property name="selectable">False</property> |
| 70 | | <property name="xalign">0</property> |
| 71 | | <property name="yalign">0.5</property> |
| 72 | | <property name="xpad">0</property> |
| 73 | | <property name="ypad">0</property> |
| 74 | | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
| 75 | | <property name="width_chars">-1</property> |
| 76 | | <property name="single_line_mode">False</property> |
| 77 | | <property name="angle">0</property> |
| 78 | | </widget> |
| 79 | | <packing> |
| 80 | | <property name="padding">0</property> |
| 81 | | <property name="expand">False</property> |
| 82 | | <property name="fill">False</property> |
| 83 | | </packing> |
| 84 | | </child> |
| 85 | | |
| 86 | | <child> |
| 87 | | <widget class="GtkComboBox" id="account_combobox"> |
| 88 | | <property name="visible">True</property> |
| 89 | | <property name="items" translatable="yes"></property> |
| 90 | | <property name="add_tearoffs">False</property> |
| 91 | | <property name="focus_on_click">True</property> |
| 92 | | </widget> |
| 93 | | <packing> |
| 94 | | <property name="padding">0</property> |
| 95 | | <property name="expand">False</property> |
| 96 | | <property name="fill">False</property> |
| 97 | | </packing> |
| 98 | | </child> |
| 99 | | |
| 100 | | <child> |
| 101 | | <placeholder/> |
| 102 | | </child> |
| 103 | | </widget> |
| 104 | | <packing> |
| 105 | | <property name="padding">0</property> |
| 106 | | <property name="expand">True</property> |
| 107 | | <property name="fill">True</property> |
| 108 | | </packing> |
| 109 | | </child> |
| 110 | | |
| 111 | | <child> |
| 112 | | <widget class="GtkHBox" id="protocol_hbox"> |
| 113 | | <property name="visible">True</property> |
| 114 | | <property name="homogeneous">False</property> |
| 115 | | <property name="spacing">6</property> |
| 116 | | |
| 117 | | <child> |
| 118 | | <widget class="GtkLabel" id="protocol_label"> |
| 119 | | <property name="visible">True</property> |
| 120 | | <property name="label" translatable="yes">_Protocol:</property> |
| 121 | | <property name="use_underline">True</property> |
| 122 | | <property name="use_markup">False</property> |
| 123 | | <property name="justify">GTK_JUSTIFY_LEFT</property> |
| 124 | | <property name="wrap">False</property> |
| 125 | | <property name="selectable">False</property> |
| 126 | | <property name="xalign">0</property> |
| 127 | | <property name="yalign">0.5</property> |
| 128 | | <property name="xpad">0</property> |
| 129 | | <property name="ypad">0</property> |
| 130 | | <property name="mnemonic_widget">uid_entry</property> |
| 131 | | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
| 132 | | <property name="width_chars">-1</property> |
| 133 | | <property name="single_line_mode">False</property> |
| 134 | | <property name="angle">0</property> |
| 135 | | </widget> |
| 136 | | <packing> |
| 137 | | <property name="padding">0</property> |
| 138 | | <property name="expand">False</property> |
| 139 | | <property name="fill">False</property> |
| 140 | | </packing> |
| 141 | | </child> |
| 142 | | |
| 143 | | <child> |
| 144 | | <widget class="GtkComboBox" id="protocol_combobox"> |
| 145 | | <property name="visible">True</property> |
| 146 | | <property name="items" translatable="yes"></property> |
| 147 | | <property name="add_tearoffs">False</property> |
| 148 | | <property name="focus_on_click">True</property> |
| 149 | | <signal name="changed" handler="on_protocol_combobox_changed" last_modification_time="Wed, 23 Mar 2005 13:13:12 GMT"/> |
| 150 | | </widget> |
| 151 | | <packing> |
| 152 | | <property name="padding">0</property> |
| 153 | | <property name="expand">False</property> |
| 154 | | <property name="fill">False</property> |
| 155 | | </packing> |
| 156 | | </child> |
| 157 | | |
| 158 | | <child> |
| 159 | | <widget class="GtkComboBox" id="protocol_jid_combobox"> |
| 160 | | <property name="visible">True</property> |
| 161 | | <property name="items" translatable="yes"></property> |
| 162 | | <property name="add_tearoffs">False</property> |
| 163 | | <property name="focus_on_click">True</property> |
| 164 | | </widget> |
| 165 | | <packing> |
| 166 | | <property name="padding">0</property> |
| 167 | | <property name="expand">True</property> |
| 168 | | <property name="fill">True</property> |
| 169 | | </packing> |
| 170 | | </child> |
| 171 | | </widget> |
| 172 | | <packing> |
| 173 | | <property name="padding">0</property> |
| 174 | | <property name="expand">True</property> |
| 175 | | <property name="fill">True</property> |
| 176 | | </packing> |
| 177 | | </child> |
| 178 | | |
| 179 | | <child> |
| 180 | | <widget class="GtkTable" id="subscription_table"> |
| 181 | | <property name="border_width">6</property> |
| 182 | | <property name="visible">True</property> |
| 183 | | <property name="n_rows">3</property> |
| 184 | | <property name="n_columns">2</property> |
| 185 | | <property name="homogeneous">False</property> |
| 186 | | <property name="row_spacing">6</property> |
| 187 | | <property name="column_spacing">6</property> |
| 188 | | |
| 189 | | <child> |
| 190 | | <widget class="GtkLabel" id="uid_label"> |
| 191 | | <property name="visible">True</property> |
| 192 | | <property name="label" translatable="yes">_User ID:</property> |
| 193 | | <property name="use_underline">True</property> |
| 194 | | <property name="use_markup">False</property> |
| 195 | | <property name="justify">GTK_JUSTIFY_LEFT</property> |
| 196 | | <property name="wrap">False</property> |
| 197 | | <property name="selectable">False</property> |
| 198 | | <property name="xalign">0</property> |
| 199 | | <property name="yalign">0.5</property> |
| 200 | | <property name="xpad">0</property> |
| 201 | | <property name="ypad">0</property> |
| 202 | | <property name="mnemonic_widget">uid_entry</property> |
| 203 | | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
| 204 | | <property name="width_chars">-1</property> |
| 205 | | <property name="single_line_mode">False</property> |
| 206 | | <property name="angle">0</property> |
| 207 | | </widget> |
| 208 | | <packing> |
| 209 | | <property name="left_attach">0</property> |
| 210 | | <property name="right_attach">1</property> |
| 211 | | <property name="top_attach">0</property> |
| 212 | | <property name="bottom_attach">1</property> |
| 213 | | <property name="x_options">fill</property> |
| 214 | | <property name="y_options"></property> |
| 215 | | </packing> |
| 216 | | </child> |
| 217 | | |
| 218 | | <child> |
| 219 | | <widget class="GtkEntry" id="uid_entry"> |
| 220 | | <property name="visible">True</property> |
| 221 | | <property name="can_focus">True</property> |
| 222 | | <property name="editable">True</property> |
| 223 | | <property name="visibility">True</property> |
| 224 | | <property name="max_length">0</property> |
| 225 | | <property name="text" translatable="yes"></property> |
| 226 | | <property name="has_frame">True</property> |
| 227 | | <property name="invisible_char">*</property> |
| 228 | | <property name="activates_default">True</property> |
| 229 | | <signal name="changed" handler="on_uid_entry_changed" last_modification_time="Mon, 28 Feb 2005 23:05:24 GMT"/> |
| 230 | | </widget> |
| 231 | | <packing> |
| 232 | | <property name="left_attach">1</property> |
| 233 | | <property name="right_attach">2</property> |
| 234 | | <property name="top_attach">0</property> |
| 235 | | <property name="bottom_attach">1</property> |
| 236 | | <property name="y_options"></property> |
| 237 | | </packing> |
| 238 | | </child> |
| 239 | | |
| 240 | | <child> |
| 241 | | <widget class="GtkLabel" id="label188"> |
| 242 | | <property name="visible">True</property> |
| 243 | | <property name="label" translatable="yes">_Nickname:</property> |
| 244 | | <property name="use_underline">True</property> |
| 245 | | <property name="use_markup">False</property> |
| 246 | | <property name="justify">GTK_JUSTIFY_LEFT</property> |
| 247 | | <property name="wrap">False</property> |
| 248 | | <property name="selectable">False</property> |
| 249 | | <property name="xalign">0</property> |
| 250 | | <property name="yalign">0.5</property> |
| 251 | | <property name="xpad">0</property> |
| 252 | | <property name="ypad">0</property> |
| 253 | | <property name="mnemonic_widget">nickname_entry</property> |
| 254 | | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
| 255 | | <property name="width_chars">-1</property> |
| 256 | | <property name="single_line_mode">False</property> |
| 257 | | <property name="angle">0</property> |
| 258 | | </widget> |
| 259 | | <packing> |
| 260 | | <property name="left_attach">0</property> |
| 261 | | <property name="right_attach">1</property> |
| 262 | | <property name="top_attach">1</property> |
| 263 | | <property name="bottom_attach">2</property> |
| 264 | | <property name="x_options">fill</property> |
| 265 | | <property name="y_options"></property> |
| 266 | | </packing> |
| 267 | | </child> |
| 268 | | |
| 269 | | <child> |
| 270 | | <widget class="GtkEntry" id="nickname_entry"> |
| 271 | | <property name="visible">True</property> |
| 272 | | <property name="can_focus">True</property> |
| 273 | | <property name="editable">True</property> |
| 274 | | <property name="visibility">True</property> |
| 275 | | <property name="max_length">0</property> |
| 276 | | <property name="text" translatable="yes"></property> |
| 277 | | <property name="has_frame">True</property> |
| 278 | | <property name="invisible_char">*</property> |
| 279 | | <property name="activates_default">True</property> |
| 280 | | </widget> |
| 281 | | <packing> |
| 282 | | <property name="left_attach">1</property> |
| 283 | | <property name="right_attach">2</property> |
| 284 | | <property name="top_attach">1</property> |
| 285 | | <property name="bottom_attach">2</property> |
| 286 | | <property name="y_options"></property> |
| 287 | | </packing> |
| 288 | | </child> |
| 289 | | |
| 290 | | <child> |
| 291 | | <widget class="GtkLabel" id="label223"> |
| 292 | | <property name="visible">True</property> |
| 293 | | <property name="label" translatable="yes">_Group:</property> |
| 294 | | <property name="use_underline">True</property> |
| 295 | | <property name="use_markup">False</property> |
| 296 | | <property name="justify">GTK_JUSTIFY_LEFT</property> |
| 297 | | <property name="wrap">False</property> |
| 298 | | <property name="selectable">False</property> |
| 299 | | <property name="xalign">0</property> |
| 300 | | <property name="yalign">0.5</property> |
| 301 | | <property name="xpad">0</property> |
| 302 | | <property name="ypad">0</property> |
| 303 | | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
| 304 | | <property name="width_chars">-1</property> |
| 305 | | <property name="single_line_mode">False</property> |
| 306 | | <property name="angle">0</property> |
| 307 | | </widget> |
| 308 | | <packing> |
| 309 | | <property name="left_attach">0</property> |
| 310 | | <property name="right_attach">1</property> |
| 311 | | <property name="top_attach">2</property> |
| 312 | | <property name="bottom_attach">3</property> |
| 313 | | <property name="x_options">fill</property> |
| 314 | | <property name="y_options"></property> |
| 315 | | </packing> |
| 316 | | </child> |
| 317 | | |
| 318 | | <child> |
| 319 | | <widget class="GtkComboBoxEntry" id="group_comboboxentry"> |
| 320 | | <property name="visible">True</property> |
| 321 | | <property name="items" translatable="yes"></property> |
| 322 | | <property name="add_tearoffs">False</property> |
| 323 | | <property name="has_frame">True</property> |
| 324 | | <property name="focus_on_click">True</property> |
| 325 | | </widget> |
| 326 | | <packing> |
| 327 | | <property name="left_attach">1</property> |
| 328 | | <property name="right_attach">2</property> |
| 329 | | <property name="top_attach">2</property> |
| 330 | | <property name="bottom_attach">3</property> |
| 331 | | <property name="x_options">fill</property> |
| 332 | | </packing> |
| 333 | | </child> |
| 334 | | </widget> |
| 335 | | <packing> |
| 336 | | <property name="padding">0</property> |
| 337 | | <property name="expand">False</property> |
| 338 | | <property name="fill">True</property> |
| 339 | | </packing> |
| 340 | | </child> |
| 341 | | |
| 342 | | <child> |
| 343 | | <widget class="GtkCheckButton" id="auto_authorize_checkbutton"> |
| 344 | | <property name="visible">True</property> |
| 345 | | <property name="can_focus">True</property> |
| 346 | | <property name="label" translatable="yes">A_llow this contact to view my status</property> |
| 347 | | <property name="use_underline">True</property> |
| 348 | | <property name="relief">GTK_RELIEF_NORMAL</property> |
| 349 | | <property name="focus_on_click">True</property> |
| 350 | | <property name="active">True</property> |
| 351 | | <property name="inconsistent">False</property> |
| 352 | | <property name="draw_indicator">True</property> |
| 353 | | </widget> |
| 354 | | <packing> |
| 355 | | <property name="padding">0</property> |
| 356 | | <property name="expand">False</property> |
| 357 | | <property name="fill">False</property> |
| 358 | | </packing> |
| 359 | | </child> |
| 360 | | |
| 361 | | <child> |
| 362 | | <widget class="GtkScrolledWindow" id="message_scrolledwindow"> |
| 363 | | <property name="border_width">6</property> |
| 364 | | <property name="visible">True</property> |
| 365 | | <property name="can_focus">True</property> |
| 366 | | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
| 367 | | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
| 368 | | <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property> |
| 369 | | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
| 370 | | |
| 371 | | <child> |
| 372 | | <widget class="GtkTextView" id="message_textview"> |
| 373 | | <property name="visible">True</property> |
| 374 | | <property name="can_focus">True</property> |
| 375 | | <property name="editable">True</property> |
| 376 | | <property name="overwrite">False</property> |
| 377 | | <property name="accepts_tab">True</property> |
| 378 | | <property name="justification">GTK_JUSTIFY_LEFT</property> |
| 379 | | <property name="wrap_mode">GTK_WRAP_WORD</property> |
| 380 | | <property name="cursor_visible">True</property> |
| 381 | | <property name="pixels_above_lines">0</property> |
| 382 | | <property name="pixels_below_lines">0</property> |
| 383 | | <property name="pixels_inside_wrap">0</property> |
| 384 | | <property name="left_margin">0</property> |
| 385 | | <property name="right_margin">0</property> |
| 386 | | <property name="indent">0</property> |
| 387 | | <property name="text" translatable="yes">I would like to add you to my contact list.</property> |
| 388 | | </widget> |
| 389 | | </child> |
| 390 | | </widget> |
| 391 | | <packing> |
| 392 | | <property name="padding">0</property> |
| 393 | | <property name="expand">True</property> |
| 394 | | <property name="fill">True</property> |
| 395 | | </packing> |
| 396 | | </child> |
| 397 | | |
| 398 | | <child> |
| 399 | | <widget class="GtkHBox" id="register_hbox"> |
| 400 | | <property name="visible">True</property> |
| 401 | | <property name="homogeneous">False</property> |
| 402 | | <property name="spacing">6</property> |
| 403 | | |
| 404 | | <child> |
| 405 | | <widget class="GtkLabel" id="label224"> |
| 406 | | <property name="visible">True</property> |
| 407 | | <property name="label" translatable="yes">You have to register with this transport |
| | 5 | <widget class="GtkWindow" id="add_new_contact_window"> |
| | 6 | <property name="border_width">6</property> |
| | 7 | <property name="title" translatable="yes">Add New Contact</property> |
| | 8 | <property name="resizable">False</property> |
| | 9 | <signal name="key_press_event" handler="on_add_new_contact_window_key_press_event"/> |
| | 10 | <signal name="destroy" handler="on_add_new_contact_window_destroy"/> |
| | 11 | <child> |
| | 12 | <widget class="GtkVBox" id="vbox8"> |
| | 13 | <property name="visible">True</property> |
| | 14 | <property name="spacing">6</property> |
| | 15 | <child> |
| | 16 | <widget class="GtkLabel" id="prompt_label"> |
| | 17 | <property name="visible">True</property> |
| | 18 | </widget> |
| | 19 | <packing> |
| | 20 | <property name="expand">False</property> |
| | 21 | <property name="fill">False</property> |
| | 22 | </packing> |
| | 23 | </child> |
| | 24 | <child> |
| | 25 | <widget class="GtkHBox" id="account_hbox"> |
| | 26 | <property name="visible">True</property> |
| | 27 | <property name="spacing">6</property> |
| | 28 | <child> |
| | 29 | <widget class="GtkLabel" id="account_label"> |
| | 30 | <property name="visible">True</property> |
| | 31 | <property name="xalign">0</property> |
| | 32 | <property name="label" translatable="yes">A_ccount:</property> |
| | 33 | <property name="use_underline">True</property> |
| | 34 | </widget> |
| | 35 | <packing> |
| | 36 | <property name="expand">False</property> |
| | 37 | <property name="fill">False</property> |
| | 38 | </packing> |
| | 39 | </child> |
| | 40 | <child> |
| | 41 | <widget class="GtkComboBox" id="account_combobox"> |
| | 42 | <property name="visible">True</property> |
| | 43 | <property name="items" translatable="yes"></property> |
| | 44 | </widget> |
| | 45 | <packing> |
| | 46 | <property name="expand">False</property> |
| | 47 | <property name="fill">False</property> |
| | 48 | <property name="position">1</property> |
| | 49 | </packing> |
| | 50 | </child> |
| | 51 | <child> |
| | 52 | <placeholder/> |
| | 53 | </child> |
| | 54 | </widget> |
| | 55 | <packing> |
| | 56 | <property name="position">1</property> |
| | 57 | </packing> |
| | 58 | </child> |
| | 59 | <child> |
| | 60 | <widget class="GtkHBox" id="protocol_hbox"> |
| | 61 | <property name="visible">True</property> |
| | 62 | <property name="spacing">6</property> |
| | 63 | <child> |
| | 64 | <widget class="GtkLabel" id="protocol_label"> |
| | 65 | <property name="visible">True</property> |
| | 66 | <property name="xalign">0</property> |
| | 67 | <property name="label" translatable="yes">_Protocol:</property> |
| | 68 | <property name="use_underline">True</property> |
| | 69 | <property name="mnemonic_widget">uid_entry</property> |
| | 70 | </widget> |
| | 71 | <packing> |
| | 72 | <property name="expand">False</property> |
| | 73 | <property name="fill">False</property> |
| | 74 | </packing> |
| | 75 | </child> |
| | 76 | <child> |
| | 77 | <widget class="GtkComboBox" id="protocol_combobox"> |
| | 78 | <property name="visible">True</property> |
| | 79 | <signal name="changed" handler="on_protocol_combobox_changed"/> |
| | 80 | </widget> |
| | 81 | <packing> |
| | 82 | <property name="expand">False</property> |
| | 83 | <property name="fill">False</property> |
| | 84 | <property name="position">1</property> |
| | 85 | </packing> |
| | 86 | </child> |
| | 87 | <child> |
| | 88 | <widget class="GtkComboBox" id="protocol_jid_combobox"> |
| | 89 | <property name="visible">True</property> |
| | 90 | <property name="no_show_all">True</property> |
| | 91 | <property name="items" translatable="yes"></property> |
| | 92 | </widget> |
| | 93 | <packing> |
| | 94 | <property name="position">2</property> |
| | 95 | </packing> |
| | 96 | </child> |
| | 97 | </widget> |
| | 98 | <packing> |
| | 99 | <property name="position">2</property> |
| | 100 | </packing> |
| | 101 | </child> |
| | 102 | <child> |
| | 103 | <widget class="GtkTable" id="subscription_table"> |
| | 104 | <property name="visible">True</property> |
| | 105 | <property name="no_show_all">True</property> |
| | 106 | <property name="border_width">6</property> |
| | 107 | <property name="n_rows">3</property> |
| | 108 | <property name="n_columns">2</property> |
| | 109 | <property name="column_spacing">6</property> |
| | 110 | <property name="row_spacing">6</property> |
| | 111 | <child> |
| | 112 | <widget class="GtkLabel" id="uid_label"> |
| | 113 | <property name="visible">True</property> |
| | 114 | <property name="xalign">0</property> |
| | 115 | <property name="label" translatable="yes">_User ID:</property> |
| | 116 | <property name="use_underline">True</property> |
| | 117 | <property name="mnemonic_widget">uid_entry</property> |
| | 118 | </widget> |
| | 119 | <packing> |
| | 120 | <property name="x_options">GTK_FILL</property> |
| | 121 | <property name="y_options"></property> |
| | 122 | </packing> |
| | 123 | </child> |
| | 124 | <child> |
| | 125 | <widget class="GtkEntry" id="uid_entry"> |
| | 126 | <property name="visible">True</property> |
| | 127 | <property name="can_focus">True</property> |
| | 128 | <property name="invisible_char">*</property> |
| | 129 | <property name="activates_default">True</property> |
| | 130 | <signal name="changed" handler="on_uid_entry_changed"/> |
| | 131 | </widget> |
| | 132 | <packing> |
| | 133 | <property name="left_attach">1</property> |
| | 134 | <property name="right_attach">2</property> |
| | 135 | <property name="y_options"></property> |
| | 136 | </packing> |
| | 137 | </child> |
| | 138 | <child> |
| | 139 | <widget class="GtkLabel" id="label188"> |
| | 140 | <property name="visible">True</property> |
| | 141 | <property name="xalign">0</property> |
| | 142 | <property name="label" translatable="yes">_Nickname:</property> |
| | 143 | <property name="use_underline">True</property> |
| | 144 | <property name="mnemonic_widget">nickname_entry</property> |
| | 145 | </widget> |
| | 146 | <packing> |
| | 147 | <property name="top_attach">1</property> |
| | 148 | <property name="bottom_attach">2</property> |
| | 149 | <property name="x_options">GTK_FILL</property> |
| | 150 | <property name="y_options"></property> |
| | 151 | </packing> |
| | 152 | </child> |
| | 153 | <child> |
| | 154 | <widget class="GtkEntry" id="nickname_entry"> |
| | 155 | <property name="visible">True</property> |
| | 156 | <property name="can_focus">True</property> |
| | 157 | <property name="invisible_char">*</property> |
| | 158 | <property name="activates_default">True</property> |
| | 159 | </widget> |
| | 160 | <packing> |
| | 161 | <property name="left_attach">1</property> |
| | 162 | <property name="right_attach">2</property> |
| | 163 | <property name="top_attach">1</property> |
| | 164 | <property name="bottom_attach">2</property> |
| | 165 | <property name="y_options"></property> |
| | 166 | </packing> |
| | 167 | </child> |
| | 168 | <child> |
| | 169 | <widget class="GtkLabel" id="label223"> |
| | 170 | <property name="visible">True</property> |
| | 171 | <property name="xalign">0</property> |
| | 172 | <property name="label" translatable="yes">_Group:</property> |
| | 173 | <property name="use_underline">True</property> |
| | 174 | </widget> |
| | 175 | <packing> |
| | 176 | <property name="top_attach">2</property> |
| | 177 | <property name="bottom_attach">3</property> |
| | 178 | <property name="x_options">GTK_FILL</property> |
| | 179 | <property name="y_options"></property> |
| | 180 | </packing> |
| | 181 | </child> |
| | 182 | <child> |
| | 183 | <widget class="GtkComboBoxEntry" id="group_comboboxentry"> |
| | 184 | <property name="visible">True</property> |
| | 185 | <property name="items" translatable="yes"></property> |
| | 186 | <child internal-child="entry"> |
| | 187 | <widget class="GtkEntry" id="comboboxentry-entry1"> |
| | 188 | </widget> |
| | 189 | </child> |
| | 190 | </widget> |
| | 191 | <packing> |
| | 192 | <property name="left_attach">1</property> |
| | 193 | <property name="right_attach">2</property> |
| | 194 | <property name="top_attach">2</property> |
| | 195 | <property name="bottom_attach">3</property> |
| | 196 | <property name="x_options">GTK_FILL</property> |
| | 197 | </packing> |
| | 198 | </child> |
| | 199 | </widget> |
| | 200 | <packing> |
| | 201 | <property name="expand">False</property> |
| | 202 | <property name="position">3</property> |
| | 203 | </packing> |
| | 204 | </child> |
| | 205 | <child> |
| | 206 | <widget class="GtkCheckButton" id="auto_authorize_checkbutton"> |
| | 207 | <property name="visible">True</property> |
| | 208 | <property name="can_focus">True</property> |
| | 209 | <property name="label" translatable="yes">A_llow this contact to view my status</property> |
| | 210 | <property name="use_underline">True</property> |
| | 211 | <property name="response_id">0</property> |
| | 212 | <property name="active">True</property> |
| | 213 | <property name="draw_indicator">True</property> |
| | 214 | </widget> |
| | 215 | <packing> |
| | 216 | <property name="expand">False</property> |
| | 217 | <property name="fill">False</property> |
| | 218 | <property name="position">4</property> |
| | 219 | |