Codebase list gnome-sound-recorder / cafa33d
remove GLib.set_prgname usage Bilal Elmoussaoui 2 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2929 _init() {
3030 super._init({ application_id: pkg.name, resource_base_path: '/org/gnome/SoundRecorder/' });
3131 GLib.set_application_name(_('Sound Recorder'));
32 GLib.set_prgname('gnome-sound-recorder');
3332 GLib.setenv('PULSE_PROP_media.role', 'production', 1);
3433 GLib.setenv('PULSE_PROP_application.icon_name', pkg.name, 1);
3534