[gnome-utils] Remove deprecated gtk stuff
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-utils] Remove deprecated gtk stuff
- Date: Sat, 9 Oct 2010 15:44:19 +0000 (UTC)
commit 56c6cbc8c1494749269096db003c26603653da8a
Author: Paolo Borelli <pborelli gnome org>
Date: Sat Oct 9 17:25:14 2010 +0200
Remove deprecated gtk stuff
baobab/data/baobab-main-window.ui | 2 --
baobab/src/baobab-remote-connect-dialog.c | 1 -
2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/baobab/data/baobab-main-window.ui b/baobab/data/baobab-main-window.ui
index ca0ecb1..a0ae73d 100644
--- a/baobab/data/baobab-main-window.ui
+++ b/baobab/data/baobab-main-window.ui
@@ -220,7 +220,6 @@
<property name="visible">True</property>
<property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
<property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
- <property name="tooltips">True</property>
<property name="show_arrow">False</property>
<child>
<object class="GtkToolButton" id="tbscanhome">
@@ -446,7 +445,6 @@
<child>
<object class="GtkStatusbar" id="statusbar1">
<property name="visible">True</property>
- <property name="has_resize_grip">True</property>
</object>
<packing>
<property name="padding">0</property>
diff --git a/baobab/src/baobab-remote-connect-dialog.c b/baobab/src/baobab-remote-connect-dialog.c
index 5ebac97..fff2571 100644
--- a/baobab/src/baobab-remote-connect-dialog.c
+++ b/baobab/src/baobab-remote-connect-dialog.c
@@ -641,7 +641,6 @@ baobab_remote_connect_dialog_init (BaobabRemoteConnectDialog *dialog)
dialog->details = g_new0 (BaobabRemoteConnectDialogDetails, 1);
gtk_window_set_title (GTK_WINDOW (dialog), _("Connect to Server"));
- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
gtk_container_set_border_width (GTK_CONTAINER (dialog), 5);
gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), 2);
gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]