-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** Release note can be found [here](https://gitlab.gnome.org/GNOME/gparted/-/raw/GPARTED_1_7_0/NEWS?ref_type=tags)
- Loading branch information
Showing
4 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
From 68f6ad776ee5d25b7d0dbbfeb1b993e776a80d09 Mon Sep 17 00:00:00 2001 | ||
From: Pierre-Yves <[email protected]> | ||
Date: Sun, 23 Jun 2019 23:07:55 +0200 | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Muhammad Alfi Syahrin <[email protected]> | ||
Date: Sat, 1 Feb 2025 13:06:17 +0700 | ||
Subject: [PATCH] Don't override icons at all, leave that to the desktop | ||
|
||
Signed-off-by: Pierre-Yves <[email protected]> | ||
--- | ||
src/Win_GParted.cc | 9 --------- | ||
1 file changed, 9 deletions(-) | ||
|
||
diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc | ||
index b5288e8..42b0fff 100644 | ||
index 2c962f0..4d5967e 100644 | ||
--- a/src/Win_GParted.cc | ||
+++ b/src/Win_GParted.cc | ||
@@ -85,15 +85,6 @@ Win_GParted::Win_GParted( const std::vector<Glib::ustring> & user_devices ) | ||
@@ -88,15 +88,6 @@ Win_GParted::Win_GParted( const std::vector<Glib::ustring> & user_devices ) | ||
//==== GUI ========================= | ||
this ->set_title( _("GParted") ); | ||
this ->set_default_size( 775, 500 ); | ||
|
@@ -23,11 +22,11 @@ index b5288e8..42b0fff 100644 | |
- } | ||
- catch ( Glib::Exception & e ) | ||
- { | ||
- std::cout << e .what() << std::endl ; | ||
- std::cerr << Utils::convert_ustring(e.what()) << std::endl; | ||
- } | ||
|
||
// Pack the main box | ||
vbox_main.set_orientation(Gtk::ORIENTATION_VERTICAL); | ||
-- | ||
2.22.0 | ||
2.47.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,6 +55,7 @@ | |
<Path fileType="localedata">/usr/share/locale/gl/LC_MESSAGES/gparted.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/gu/LC_MESSAGES/gparted.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/he/LC_MESSAGES/gparted.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/hi/LC_MESSAGES/gparted.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/hr/LC_MESSAGES/gparted.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/hu/LC_MESSAGES/gparted.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/id/LC_MESSAGES/gparted.mo</Path> | ||
|
@@ -101,9 +102,9 @@ | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="29"> | ||
<Date>2024-07-22</Date> | ||
<Version>1.6.0</Version> | ||
<Update release="30"> | ||
<Date>2025-02-01</Date> | ||
<Version>1.7.0</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Muhammad Alfi Syahrin</Name> | ||
<Email>[email protected]</Email> | ||
|