~ubuntu-branches/ubuntu/natty/tsclient/natty

« back to all changes in this revision

Viewing changes to debian/patches/20_segv_fix.patch

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2008-07-03 14:33:43 UTC
  • Revision ID: james.westby@ubuntu.com-20080703143343-j5obhfbcm3pti078
Tags: 0.150-1ubuntu2
* Add Hildon Build-Depends.
* Add patches from ubuntu-mobile PPA:
  - 20_segv_fix.patch: Fix SEGV in connect.c
  - 25_hildoninterface.patch, 26_config.in.patch, 27_autoconf.patch:
    + Enable Hildon interface, regenerating 27_autoconf along the way.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur tsclient-0.150/src/connect.c tsclient-0.150.new/src/connect.c
 
2
--- tsclient-0.150/src/connect.c        2008-04-28 17:50:53.000000000 +1000
 
3
+++ tsclient-0.150.new/src/connect.c    2008-04-28 17:51:27.000000000 +1000
 
4
@@ -1244,7 +1244,7 @@
 
5
   rdp_file_save (rdp, filename);
 
6
 
 
7
   gtk_widget_hide (main_window);
 
8
-  gtk_widget_destroy (main_window);
 
9
+  //gtk_widget_destroy (main_window);
 
10
 
 
11
   gchar** error = g_malloc(sizeof(gchar*));
 
12