changed wm_name to app_name in the GimpConfig struct; increased
2004-02-17 Sven Neumann <sven@gimp.org> * libgimpbase/gimpprotocol.[ch]: changed wm_name to app_name in the GimpConfig struct; increased GIMP_PROTOCOL_VERSION. * app/plug-in/plug-in-run.c (plug_in_run): pass the return value of g_get_application_name() to the plug-ins. * libgimp/gimp.[ch]: removed function gimp_wm_name(). Set the plug-in's application name if an app_name is passed in the config message. * libgimp/gimpui.c: removed usage of gimp_wm_name(); it was wrong to do it this way and caused all plug-ins claim to be the gimp-1.3 executable in their error messages. * libgimp/gimp.def: removed symbol gimp_wm_name. * configure.in: reset gimp_binary_age and gimp_interface_age. * app/core/gimpimage.c (gimp_image_name_changed): removed unused variable.
This commit is contained in:
committed by
Sven Neumann
parent
d928919200
commit
3fb6adbcfb
@ -38,7 +38,6 @@ gimp_min_colors
|
||||
gimp_show_tool_tips
|
||||
gimp_default_display
|
||||
gimp_wm_class
|
||||
gimp_wm_name
|
||||
gimp_display_name
|
||||
gimp_monitor_number
|
||||
gimp_get_progname
|
||||
|
||||
@ -349,14 +349,6 @@ all other GIMP Library headers.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_wm_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_display_name ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user