Skip to content
Snippets Groups Projects
Commit b0d5095e authored by Benedikt Meurer's avatar Benedikt Meurer
Browse files

2007-05-25 Benedikt Meurer <benny@xfce.org>

	* thunar/thunar-dialogs.c(thunar_dialogs_show_about): Add support
	  for new GTK+ 2.11 API.
	* docs/reference/thunar-vfs/tmpl/thunar-vfs-job.sgml: Add new
	  signal "ask-replace" to the reference manual.




(Old svn revision: 25759)
parent cb5d3e76
No related branches found
No related tags found
No related merge requests found
2007-05-25 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-dialogs.c(thunar_dialogs_show_about): Add support
for new GTK+ 2.11 API.
* docs/reference/thunar-vfs/tmpl/thunar-vfs-job.sgml: Add new
signal "ask-replace" to the reference manual.
2007-05-23 Benedikt Meurer <benny@xfce.org>
* thunar-vfs/thunar-vfs-io-jobs.c, thunar-vfs/thunar-vfs-job.{c,h},
......
......@@ -27,6 +27,7 @@ ThunarVfsJob
@THUNAR_VFS_JOB_RESPONSE_NO:
@THUNAR_VFS_JOB_RESPONSE_CANCEL:
@THUNAR_VFS_JOB_RESPONSE_NO_ALL:
@THUNAR_VFS_JOB_RESPONSE_RETRY:
<!-- ##### STRUCT ThunarVfsJob ##### -->
<para>
......@@ -44,6 +45,16 @@ ThunarVfsJob
@arg2:
@Returns:
<!-- ##### SIGNAL ThunarVfsJob::ask-replace ##### -->
<para>
</para>
@thunarvfsjob: the object which received the signal.
@arg1:
@arg2:
@Returns:
<!-- ##### SIGNAL ThunarVfsJob::error ##### -->
<para>
......
......@@ -100,7 +100,11 @@ thunar_dialogs_show_about (GtkWindow *parent,
"documenters", documenters,
"license", XFCE_LICENSE_GPL,
"logo", logo,
#if GTK_CHECK_VERSION(2,11,0)
"program-name", title,
#else
"name", title,
#endif
"translator-credits", _("translator-credits"),
"version", PACKAGE_VERSION,
"website", "http://thunar.xfce.org/",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment