Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 361491 | Differences between
and this patch

Collapse All | Expand All

(-)a/roger/journal.c (-5 / +5 lines)
Lines 1043-1051 roger_journal_init (RogerJournal *self) Link Here
1043
1043
1044
  init_call_icons();
1044
  init_call_icons();
1045
1045
1046
	if (g_settings_get_boolean (app_settings, "maximized")) {
1046
	/* if (g_settings_get_boolean (app_settings, "maximized")) { */
1047
		gtk_window_maximize (GTK_WINDOW (self));
1047
	/* 	gtk_window_maximize (GTK_WINDOW (self)); */
1048
	}
1048
	/* } */
1049
1049
1050
  g_type_ensure (G_TYPE_THEMED_ICON);
1050
  g_type_ensure (G_TYPE_THEMED_ICON);
1051
  GtkBuilder *builder = gtk_builder_new_from_resource ("/org/tabos/roger/ui/journal-popover.ui");
1051
  GtkBuilder *builder = gtk_builder_new_from_resource ("/org/tabos/roger/ui/journal-popover.ui");
Lines 1090-1097 roger_journal_init (RogerJournal *self) Link Here
1090
  g_settings_bind (app_settings, "col-8-width", self->col8, "fixed-width", G_SETTINGS_BIND_DEFAULT);
1090
  g_settings_bind (app_settings, "col-8-width", self->col8, "fixed-width", G_SETTINGS_BIND_DEFAULT);
1091
  g_settings_bind (app_settings, "col-8-visible", self->col8, "visible", G_SETTINGS_BIND_DEFAULT);
1091
  g_settings_bind (app_settings, "col-8-visible", self->col8, "visible", G_SETTINGS_BIND_DEFAULT);
1092
1092
1093
  g_settings_bind (app_settings, "width", self, "default-width", G_SETTINGS_BIND_DEFAULT);
1093
  /* g_settings_bind (app_settings, "width", self, "default-width", G_SETTINGS_BIND_DEFAULT); */
1094
  g_settings_bind (app_settings, "height", self, "default-height", G_SETTINGS_BIND_DEFAULT);
1094
  /* g_settings_bind (app_settings, "height", self, "default-height", G_SETTINGS_BIND_DEFAULT); */
1095
1095
1096
  g_object_bind_property (self->search_button, "active", self->search_bar, "search-mode-enabled", 0);
1096
  g_object_bind_property (self->search_button, "active", self->search_bar, "search-mode-enabled", 0);
1097
1097

Return to bug 361491