[nemiver: 9/70] * Patch from SVN (r513) to fix a misnamed glade file
- From: Luca Bruno <lucab src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nemiver: 9/70] * Patch from SVN (r513) to fix a misnamed glade file
- Date: Tue, 15 Mar 2011 10:59:15 +0000 (UTC)
commit acf0464be58ef33bf30096c346b99305f42be7be
Author: Luca Bruno <luca br uno it>
Date: Sat Nov 24 22:56:31 2007 +0100
* Patch from SVN (r513) to fix a misnamed glade file
debian/changelog | 5 +++--
debian/patches/series | 1 +
debian/patches/setbreakpointdialog-glade.diff | 14 ++++++++++++++
3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/debian/changelog b/debian/changelog
index 24b06ea..e7e81bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
nemiver (0.4.0-1) unstable; urgency=low
-
- * Patch from SVN to reflect a libgtop API change
+
+ * Patch from SVN (r513) to fix a misnamed glade file
+ * Patch from SVN (r509) to reflect a libgtop API change
* debian/copyright rewritten in a machine-interpretable format
* Initial release (Closes: #392988)
diff --git a/debian/patches/series b/debian/patches/series
index c78df57..c907527 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+setbreakpointdialog-glade.diff
new_gtop_api.diff
diff --git a/debian/patches/setbreakpointdialog-glade.diff b/debian/patches/setbreakpointdialog-glade.diff
new file mode 100644
index 0000000..65810aa
--- /dev/null
+++ b/debian/patches/setbreakpointdialog-glade.diff
@@ -0,0 +1,14 @@
+Index: nemiver-0.4.0/src/persp/dbgperspective/nmv-set-breakpoint-dialog.cc
+===================================================================
+--- nemiver-0.4.0.orig/src/persp/dbgperspective/nmv-set-breakpoint-dialog.cc
++++ nemiver-0.4.0/src/persp/dbgperspective/nmv-set-breakpoint-dialog.cc
+@@ -205,7 +205,7 @@ public:
+ };//end class SetBreakpointDialog::Priv
+
+ SetBreakpointDialog::SetBreakpointDialog (const UString &a_root_path) :
+- Dialog (a_root_path, "setbreakpoint.glade", "setbreakpointdialog")
++ Dialog (a_root_path, "setbreakpointdialog.glade", "setbreakpointdialog")
+ {
+ m_priv.reset (new Priv (glade ())) ;
+ }
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]