[gnome-sound-recorder/wip/cdavis/gtk4] remove GLib.set_prgname usage



commit cafa33d6780a4637a97c6df2ce7f59d8b87ab964
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Thu Nov 18 21:03:04 2021 +0100

    remove GLib.set_prgname usage

 src/application.js | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/application.js b/src/application.js
index 6b99524..bf61ef2 100644
--- a/src/application.js
+++ b/src/application.js
@@ -30,7 +30,6 @@ var Application = GObject.registerClass(class Application extends Adw.Applicatio
     _init() {
         super._init({ application_id: pkg.name, resource_base_path: '/org/gnome/SoundRecorder/' });
         GLib.set_application_name(_('Sound Recorder'));
-        GLib.set_prgname('gnome-sound-recorder');
         GLib.setenv('PULSE_PROP_media.role', 'production', 1);
         GLib.setenv('PULSE_PROP_application.icon_name', pkg.name, 1);
 


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