summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-03-07 13:20:24 +0100
committerJoel Andres Granados <jgranado@redhat.com>2008-03-07 15:09:32 +0100
commit4e438ae4561c7429a59bc17ad2b7086a62b03525 (patch)
tree8b0c1a155be34235a5fd9dcbf88f3bf91d5c6bbf /plugins
parent4eda416598b868a58050ed96bd9d7335b97fe40c (diff)
downloadfirstaidkit-4e438ae4561c7429a59bc17ad2b7086a62b03525.tar.gz
firstaidkit-4e438ae4561c7429a59bc17ad2b7086a62b03525.tar.xz
firstaidkit-4e438ae4561c7429a59bc17ad2b7086a62b03525.zip
Squashed commit of the following:
commit c3bc3747deca5e558f26c0e49fba7aa0525daaf7 Author: Joel Andres Granados <jgranado@redhat.com> Date: Fri Mar 7 13:12:18 2008 +0100 Just install the py files. commit 111d1ae995cbb45eb384292baf81ebcf8ae2f9b4 Author: Joel Andres Granados <jgranado@redhat.com> Date: Fri Mar 7 11:53:45 2008 +0100 Clean the spec file commit 21f00dbefaa2cf80a8a028c13931891ecd4294c2 Author: Joel Andres Granados <jgranado@redhat.com> Date: Fri Mar 7 11:50:15 2008 +0100 Turn off the annoying unpackaged file check commit 899eb8a279994a987f911cac66f402507162d4ae Author: Joel Andres Granados <jgranado@redhat.com> Date: Thu Mar 6 22:08:55 2008 +0100 Create new plugin packages and add some automation to the makefile
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugin_undelete_partitions/_undelpart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/plugin_undelete_partitions/_undelpart.c b/plugins/plugin_undelete_partitions/_undelpart.c
index 290eea4..8d4651d 100644
--- a/plugins/plugin_undelete_partitions/_undelpart.c
+++ b/plugins/plugin_undelete_partitions/_undelpart.c
@@ -650,7 +650,7 @@ static struct PyMethodDef undelpart_methods [] = {
METH_VARARGS, "Get the partition list off of a certain disk. This is intended "
"to be used as a backup. It returns the number of the partition, start "
"sector and the end sector."},
- { "rescue",
+ {"rescue",
(PyCFunction)undelpart_rescue,
METH_VARARGS, "Try to put the list of rescuable partitions into the partition "
"table. If the partitions are already there, nothing will be done. A list "