[evolution-patches] Patch Submission : Bug #246251



  Hi 

  This is Dayananth doing M.Sc.software 3rd Year

  at P.S.G,Coimbatore.

  I am doing NOSIP project since May 1st.

  I hereby submit my 1st patch in evolution.

	Truly

  P.R.Dayananth
   


	

	
		
__________________________________________________________
Free antispam, antivirus and 1GB to save all your messages
Only in Yahoo! Mail: http://in.mail.yahoo.com
0a1,7
> 2005-07-12 Dayananth Ramasamy <daya20_psg yahoo co in>
> 	
> 	*  configure.in: bumped version to 3.7.4 for the new release.
> 	*  menubar.c: argument changed in function call
> 	*  properties.c: Added a condition check
> 		 Fixes #246251
> 
177c177
< 	cd->properties_dialog = gtk_html_edit_properties_dialog_new (cd, _("Insert"), ICONDIR "/insert-table-24.png");
---
> 	cd->properties_dialog = gtk_html_edit_properties_dialog_new (cd, _("Insert Table"), ICONDIR "/insert-table-24.png");
180c180
< 						   GTK_HTML_EDIT_PROPERTY_TABLE, _("Table"),
---
> 						   GTK_HTML_EDIT_PROPERTY_TABLE, NULL,
68a69
>       if(g_strcasecmp(d->title,"Insert Table"))
70c71,73
< 			gtk_window_set_title (GTK_WINDOW (d->dialog), title);
---
> 			else
> 			title = g_strconcat (d->title, " ", pd->name, NULL);
> 			  gtk_window_set_title (GTK_WINDOW (d->dialog), title);


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