[Xfce4-commits] [xfce/xfce4-session] 01/02: settings: Move autostart info to docs.xfce

noreply at xfce.org noreply at xfce.org
Tue Nov 5 00:58:03 CET 2019


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-session.

commit 59a1a8df4de9ec270f36859fc30d819a607048cf
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Tue Nov 5 00:57:11 2019 +0100

    settings: Move autostart info to docs.xfce
---
 settings/xfae-window.c | 28 +---------------------------
 1 file changed, 1 insertion(+), 27 deletions(-)

diff --git a/settings/xfae-window.c b/settings/xfae-window.c
index 5f54d52..14de842 100644
--- a/settings/xfae-window.c
+++ b/settings/xfae-window.c
@@ -111,43 +111,17 @@ xfae_window_init (XfaeWindow *window)
   GtkCellRenderer   *renderer;
   GtkTreeModel      *model;
   GtkWidget         *vbox;
-  GtkWidget         *hbox;
   GtkWidget         *img;
-  GtkWidget         *label;
   GtkWidget         *swin;
   GtkWidget         *bbox;
   GtkWidget         *button;
 
-  vbox = GTK_WIDGET(window);
+  vbox = GTK_WIDGET (window);
   gtk_orientable_set_orientation (GTK_ORIENTABLE (vbox),
                                   GTK_ORIENTATION_VERTICAL);
   gtk_box_set_spacing (GTK_BOX (vbox), 0);
   gtk_container_set_border_width (GTK_CONTAINER (vbox), 12);
 
-  hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 12);
-  gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, TRUE, 6);
-  gtk_widget_show (hbox);
-
-  img = gtk_image_new_from_icon_name ("dialog-information", GTK_ICON_SIZE_DIALOG);
-  gtk_box_pack_start (GTK_BOX (hbox), img, FALSE, FALSE, 0);
-  gtk_widget_set_halign (GTK_WIDGET (img), GTK_ALIGN_CENTER);
-  gtk_widget_set_valign (GTK_WIDGET (img), GTK_ALIGN_START);
-  gtk_widget_show (img);
-
-  label = g_object_new (GTK_TYPE_LABEL,
-                        "justify", GTK_JUSTIFY_LEFT,
-                        "label", _("List of applications that will be started "
-                                   "automatically on specific events like login, logout, shutdown, etc.\n"
-                                   "On login additionally all applications that were saved "
-                                   "on your last logout will be started.\n"
-                                   "Cursive applications belong to another desktop environment, "
-                                   "but you can still enable them if you want."),
-                        "xalign", 0.0f,
-                        NULL);
-  gtk_label_set_line_wrap (GTK_LABEL (label), TRUE);
-  gtk_box_pack_start (GTK_BOX (hbox), label, TRUE, TRUE, 0);
-  gtk_widget_show (label);
-
   swin = g_object_new (GTK_TYPE_SCROLLED_WINDOW,
                        "hadjustment", NULL,
                        "vadjustment", NULL,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list