evolution r35939 - trunk/shell



Author: mbarnes
Date: Fri Aug  8 16:06:30 2008
New Revision: 35939
URL: http://svn.gnome.org/viewvc/evolution?rev=35939&view=rev

Log:
2008-08-08  Matthew Barnes  <mbarnes redhat com>

	* shell/e-shell-importer.c:
	Remove unused EShell pointer from ImportData.



Modified:
   trunk/shell/ChangeLog
   trunk/shell/e-shell-importer.c

Modified: trunk/shell/e-shell-importer.c
==============================================================================
--- trunk/shell/e-shell-importer.c	(original)
+++ trunk/shell/e-shell-importer.c	Fri Aug  8 16:06:30 2008
@@ -85,7 +85,6 @@
 } ImportDialogImporterPage;
 
 typedef struct _ImportData {
-	EShell *shell;
 	EShellWindow *window;
 
 	GladeXML *wizard;
@@ -678,7 +677,6 @@
 
 	dialog_open = TRUE;
 	data->window = shell_window;
-	data->shell = e_shell_window_peek_shell (data->window);
 
 	gladefile = g_build_filename (EVOLUTION_GLADEDIR, "import.glade", NULL);
 	data->wizard = glade_xml_new (gladefile, NULL, NULL);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]