Changeset 9cfe831e42e913a0bfb7a24fe165328e9e195db3
- Timestamp:
- 23/08/10 11:29:56 (3 years ago)
- Children:
- 90eed8929923fd1bd79b5e03e243d0169b84b708
- Parents:
- 8ae5c246a16cfc5da6d1ad2b014ff0e33f421a67
- git-committer:
- Matias De la Puente <mfpuente.ar@…> (23/08/10 11:29:56)
- File:
-
- 1 edited
-
libi4uc/i4ucprofiledialogview.vala (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libi4uc/i4ucprofiledialogview.vala
r7475ad2 r9cfe831 71 71 //Profile general settings 72 72 var vbox = new VBox (false, 0); 73 vbox.border_width = 2; 73 74 74 var hbox = new HBox (false, 0); 75 hbox.pack_start (new Label (_("Profile name:")), true, true, 5); 76 hbox.pack_start (_profile_name_entry, true, true, 5); 77 vbox.pack_start (hbox, true, true, 5); 75 ViewUtils.add_vbox_label (vbox, _("Profile name:"), _profile_name_entry); 78 76 79 77 vbox.pack_start (_is_public_profile_check, true, true, 5); … … 84 82 //Profile files 85 83 vbox = new VBox (false, 0); 84 vbox.border_width = 2; 85 86 86 vbox.pack_start (_files_check_list, true, true, 0); 87 87
Note: See TracChangeset
for help on using the changeset viewer.

