diff options
author | lukefromdc <[email protected]> | 2023-06-19 16:51:54 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-07-17 02:47:28 +0200 |
commit | ed185133fa170ee018dfa25e1010b1fcf4238c78 (patch) | |
tree | c5841c319f631c0ec5249f31ad6d6e462ed6b4bc /mateweather/src/mateweather-applet.c | |
parent | be92bb4015a69ee66ac01449b0697a77d18b0139 (diff) | |
download | mate-applets-ed185133fa170ee018dfa25e1010b1fcf4238c78.tar.bz2 mate-applets-ed185133fa170ee018dfa25e1010b1fcf4238c78.tar.xz |
mate-weather-applet: port to in-process for wayland support
Diffstat (limited to 'mateweather/src/mateweather-applet.c')
-rw-r--r-- | mateweather/src/mateweather-applet.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mateweather/src/mateweather-applet.c b/mateweather/src/mateweather-applet.c index 4000b692..48bc7dbe 100644 --- a/mateweather/src/mateweather-applet.c +++ b/mateweather/src/mateweather-applet.c @@ -341,8 +341,6 @@ void mateweather_applet_create (MateWeatherApplet *gw_applet) mate_panel_applet_set_flags (gw_applet->applet, MATE_PANEL_APPLET_EXPAND_MINOR); - g_set_application_name (_("Weather Report")); - gtk_window_set_default_icon_name ("weather-storm"); g_signal_connect (gw_applet->applet, "change-orient", |