[gnome-dictionary] Revert "Make the lookup button look like a button"
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-dictionary] Revert "Make the lookup button look like a button"
- Date: Sun, 6 Oct 2013 00:55:02 +0000 (UTC)
commit c0c487d16ffa053bc5f4c1ed5de4c9f5d79a963a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Oct 5 19:53:43 2013 -0500
Revert "Make the lookup button look like a button"
This reverts commit d1431770336909e138995684c560e3ff83770792.
String break, my bad...
src/gdict-window.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/gdict-window.c b/src/gdict-window.c
index dd5ff95..7eefd50 100644
--- a/src/gdict-window.c
+++ b/src/gdict-window.c
@@ -1612,11 +1612,12 @@ gdict_window_constructor (GType type,
gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 0);
gtk_widget_show (hbox);
- button = gtk_button_new_with_mnemonic (_("Look _up"));
+ button = gtk_button_new_with_mnemonic (_("Look _up:"));
g_signal_connect_swapped (button, "clicked",
G_CALLBACK (lookup_word),
window);
- gtk_box_pack_end (GTK_BOX (hbox), button, FALSE, FALSE, 0);
+ gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE);
+ gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
gtk_widget_show (button);
window->completion_model = gtk_list_store_new (COMPLETION_N_COLUMNS,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]