From ecddf94ed1b58d4cbe053f689208446584ff4875 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Tue, 4 Nov 2008 21:47:23 +0000 Subject: [PATCH] Added label update for paste to existing partition svn path=/trunk/; revision=950 --- ChangeLog | 4 ++++ src/Win_GParted.cc | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 61b10830..21139071 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-11-04 Curtis Gedak + + * src/Win_GParted.cc: Added label update for paste to existing partition + 2008-10-31 Curtis Gedak * src/reiser4.cc, diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc index 56c63578..aff6f11b 100644 --- a/src/Win_GParted.cc +++ b/src/Win_GParted.cc @@ -1387,6 +1387,7 @@ void Win_GParted::activate_paste() { Partition partition_new = selected_partition ; partition_new .filesystem = copied_partition .filesystem ; + partition_new .label = copied_partition .label ; partition_new .color = copied_partition .color ; partition_new .set_used( copied_partition .sectors_used ) ; partition_new .messages .clear() ;