mirror of
https://github.com/electron/electron.git
synced 2026-02-19 03:14:51 -05:00
chore: bump chromium to 146.0.7633.0 (main) (#49390)
* chore: bump chromium in DEPS to 146.0.7633.0 * chore: fixup patch indices * chore: fix unsafe buffer usage in browser_linux.cc --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
committed by
GitHub
parent
27b3a32307
commit
6ea7d6d5a4
@@ -203,7 +203,7 @@ void Browser::ShowAboutPanel() {
|
||||
GdkPixbuf* icon =
|
||||
gdk_pixbuf_new_from_file_at_size(str->c_str(), width, height, &error);
|
||||
if (error != nullptr) {
|
||||
g_warning("%s", error->message);
|
||||
LOG(INFO) << error->message;
|
||||
g_clear_error(&error);
|
||||
} else {
|
||||
gtk_about_dialog_set_logo(dialog, icon);
|
||||
|
||||
Reference in New Issue
Block a user