Hello,
my patch looks like this:
Index: /usr/local/src/test/src/..../Test.cs
===================================================================
--- src/..../Test.cs (revision 1972)
+++ src/..../Test.cs (working copy)
@@ -77,7 +77,8 @@
message_label = new EllipsizeLabel();
progress_bar = new ProgressBar();
icon = new Image();
-
+
+ progress_bar.Name="TestActiveEvent";
cancel_button = new Button();
cancel_button.Add(new Image("gtk-cancel", IconSize.Menu));
cancel_button.Clicked += delegate {
It was not created with quilt, but with diff- u
When I want to apply the patch with quilt push, I get this message:
The topmost patch /home/...../test.patch needs to be refreshed first.
But if I do quilt refresh:
Nothing in patch /home/...../test.patch
I guess I'm doing something wrong there, but I cannot figure out what.