remove obsolete patch

This commit is contained in:
Wolfgang Ulbrich 2016-02-13 15:07:18 +01:00
parent b9ec5c9361
commit b9f4549151

View File

@ -1,27 +0,0 @@
diff --git a/gtk/window-decorator/gtk-window-decorator.c b/gtk/window-decorator/gtk-window-decorator.c
index 97b32b2..59ae4fe 100644
--- a/gtk/window-decorator/gtk-window-decorator.c
+++ b/gtk/window-decorator/gtk-window-decorator.c
@@ -5146,9 +5146,10 @@ static void
show_force_quit_dialog (WnckWindow *win,
Time timestamp)
{
- decor_t *d = g_object_get_data (G_OBJECT (win), "decor");
- GtkWidget *dialog;
- gchar *str, *tmp, *message;
+ decor_t *d = g_object_get_data (G_OBJECT (win), "decor");
+ GtkWidget *dialog;
+ gchar *str, *tmp;
+ const gchar *message;
if (d->force_quit_dialog)
return;
@@ -5166,7 +5167,6 @@ show_force_quit_dialog (WnckWindow *win,
str,
message);
g_free (str);
- g_free (message);
gtk_window_set_icon_name (GTK_WINDOW (dialog), "force-quit");