Opened 15 years ago
Closed 15 years ago
#4142 closed enhancement (fixed)
[patch] Source menu looks different from target menu
Reported by: | idefix | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Installer | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Changeset [31803] made the source menu look more like the target menu, but they're not exactly the same yet; the source menu shows the /dev
path, while the target menu doesn't show it:
This patch makes both menu's look exactly the same:
I also noticed that the SRC_PARTITION
constant is in abbreviated form, while TARGET_PARTITION
isn't. The second patch will change SRC_PARTITION
to SOURCE_PARTITION
.
Attachments (4)
Change History (6)
by , 15 years ago
Attachment: | Installerbefore.png added |
---|
by , 15 years ago
Attachment: | installersourcemenu.patch added |
---|
Patch to make source menu look the same as target menu
by , 15 years ago
Attachment: | Installerafter.png added |
---|
Installer window showing new source menu and target menu
by , 15 years ago
Attachment: | installersrcpartition.patch added |
---|
Patch to change SRC_PARTITION to SOURCE_PARTITION
comment:1 by , 15 years ago
Summary: | [patch] Source menu looks different than target menu → [patch] Source menu looks different from target menu |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks a lot! Applied in hrev31854.
Installer window showing old source menu and target menu