GNOME Bugzilla – Bug 629769
Hard coding of application title in splash screen
Last modified: 2011-11-13 11:49:42 UTC
The title "Anjuta" is hard-coded into the e-splash.c source file. This means that when the splash screen is displayed, the taskbar shows a window with title "Anjuta". Can this be made a parameter since gtkpod is now using the splash screen functionality from libanjuta.
While I would generally avoid splash screens (do you really need one?) I don't see a problem in making that a parameter (or using some macro for it, for example PACKAGE).
The new default is to use PACKAGE_NAME from configure.ac, I think that should work for you. (PACKAGE_NAME is what you define in AC_INIT()) http://git.gnome.org/browse/anjuta/commit/?id=3aa1c0983276aee9e84d1d588ee035ded8e3f7b7 This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.