[gnome-commander] noop: code cleanup
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] noop: code cleanup
- Date: Tue, 28 Jun 2011 19:14:16 +0000 (UTC)
commit f7bef2172e910c0a0629b1e694df3d1290993ab2
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Tue Jun 28 21:09:25 2011 +0200
noop: code cleanup
src/utils.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/utils.cc b/src/utils.cc
index 1619a70..e5f8cf7 100644
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -193,7 +193,7 @@ gint run_simple_dialog (GtkWidget *parent, gboolean ignore_close_box,
g_free (button_titles);
if (def_response>=0)
- gtk_dialog_set_default_response(GTK_DIALOG (dialog), def_response);
+ gtk_dialog_set_default_response (GTK_DIALOG (dialog), def_response);
// Allow close.
if (ignore_close_box)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]