Skip to content

Commit

Permalink
Also set null with valid
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Oct 1, 2024
1 parent c1a71b4 commit 7ee5d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Widgets/PartitionMenu.vala
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ public class Installer.PartitionMenu : Gtk.Popover {
));

partition_bar.icon = new ThemedIcon ("process-completed-symbolic");
partition_bar.tooltip_text = null;
} catch (GLib.Error e) {
partition_bar.icon = new ThemedIcon ("dialog-warning-symbolic");
partition_bar.tooltip_text = e.message;
Expand Down

0 comments on commit 7ee5d22

Please sign in to comment.