g_object_set (object, property, file, NULL);
}
-static gchar*
+static void
proxy_combo_box_text_changed_cb (GtkComboBox* button,
GObject* object)
{
gchar* text = gtk_combo_box_get_active_text (button);
const gchar* property = g_object_get_data (G_OBJECT (button), "property");
g_object_set (object, property, text, NULL);
- return FALSE;
}
static void
return FALSE;
}
-static gboolean
+static void
proxy_spin_button_changed_cb (GtkSpinButton* button,
GObject* object)
{
gdouble value = gtk_spin_button_get_value (button);
g_object_set (object, property, value, NULL);
}
- return FALSE;
}
static void
"to open this location:"
msgstr ""
"Ein Benutzername und ein Kennwort\n"
-"werden zum öffnen dieses Ortes benötigt:"
+"werden zum Ã\96ffnen dieses Ortes benötigt:"
#: ../midori/main.c:1560
msgid "Username"
#: ../midori/midori-browser.c:541 ../midori/midori-searchaction.c:868
msgid "_Description:"
-msgstr "_Beschreibung"
+msgstr "_Beschreibung:"
#: ../midori/midori-browser.c:560 ../midori/midori-searchaction.c:882
msgid "_Address:"