~zulcss/ubuntu/lucid/likewise-open/likewise-open-sru

« back to all changes in this revision

Viewing changes to packaging/debian/patches/domainjoin-gui-hosts.patch

  • Committer: Bazaar Package Importer
  • Author(s): Rick Clark
  • Date: 2008-08-27 08:56:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080827085620-5q0f58b9qtog9myq
Tags: 4.1.0.2956-0ubuntu1
* missing-likewise-logo.diff: removed
* fixed copyright notice
* updated Standards-Version to 3.8.0
* removed path from command in prerm
* removed stop in S runlevel

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff --git a/domainjoin/domainjoin-gui/src/main.c b/domainjoin/domainjoin-gui/src/main.c
2
 
index b94c08f..7794305 100644
3
 
--- likewise-4.0.4.orig/domainjoin/domainjoin-gui/src/main.c
4
 
+++ likewise-4.0.4/domainjoin/domainjoin-gui/src/main.c
5
 
@@ -324,7 +324,7 @@ do_join(JoinDialog* dialog, LWException** exc)
6
 
        }
7
 
 
8
 
        info.dialog = progress_dialog;
9
 
-       info.options.noModifyHosts = joindialog_get_modify_hosts(dialog);
10
 
+       info.options.noModifyHosts = !joindialog_get_modify_hosts(dialog);
11
 
 
12
 
        g_thread_create(join_worker, &info, FALSE, NULL);
13